breezingforms

BreezingForms Integrator Finalize Code and $this->execPieceByName('ff_InitLib');

I've started working on a Joomla! project (I'm mainly a C#/ASP.NET kind a guy). I'm using BreezingForms and have created forms, got them working, but now I need to do some additional code in the "Finalize Code" section. I need to access form elements via BreezingForms(FacileForms) API. Here's what I'm doing, but it chokes: // load the ...

Call a JS function for autocompletion in Joomla-Breezing Form?

Hello, I am using Breezing Form 1.7.1 on Joomla 1.5.19. I have my form ready, I have an autocompletion script working (fro my old PHP code) but I am not able to haveboth working toguether ... In BF, in the custom option in "action script" section, I select "focus" and call my function. I try to copy or not the full autocompletion script....