Hello
I have set up a cck reference field and set it to auto complete on my input form
while I looked at the admin theme all went fine but when I switched to view the form inside my client theme (as $content inside page.tpl.php) and changed it a bit in hook_after_build I could not see the response out of the auto complete searching in firebug a little showed me that the form receiving a json response with the correct values and instead of < > tags where \x3c and \x3e
well I guess what might be the problem but
1.Is there a clean way fixing this instead of handling the callback ?
2.If not how to set a callback to the auto complete element ?

Comments

osadan_d’s picture

I just notice that fire bug gives me the following error

uncaught exception: Syntax error, unrecognized expression: }

vogre’s picture

Have you solved this bug?

gianluca.b’s picture

Any news?