Hi,
I am trying to get an autocomplete function to work with the forms from Php form builder class.
First, I downloaded the Ajax autocomplete for jquery script at DevBridge. THat did not seem to trigger any responses. Then I went on for a script from Ajax Daddie (http://www.ajaxdaddy.com/demo-jquery-autocomplete.html). This one I installed. Got to work easily on my local server. I moved the script into the development area where also the PFBC runs. When all worked, I pasted the codes into the template I use, created a fake form element. And now it does not work.
So:
localhost/project/index.html -> Working script
localhost/project/index.php -> Not working script. This one also implements the PFBC form.
Is there a trick to get this to work? It seems that PFBC blocks all js calls?