Hi at all!
I have backed up a form from one of my existant websites (joomla 2.5 chronoforms v4) and want to restore it to one new in my localhost (joomla 3.2 chronoforms v4)
Everything is working fine but autocomplete loader/processor..
if i fill in the field, it is not autocompleting
i can see (with firebug) the answer is:
<br />
<b>Notice</b>: Constant DS already defined in <b>D:\xampp\htdocs\joomla33\components\com_chronoforms\chronoforms.php</b> on line <b>11</b><br />
["Andorra","Serbia And Montenegro"]
instead of
["Andorra","Serbia And Montenegro"]
hopefully someone can help me
Thank you in advance
I have backed up a form from one of my existant websites (joomla 2.5 chronoforms v4) and want to restore it to one new in my localhost (joomla 3.2 chronoforms v4)
Everything is working fine but autocomplete loader/processor..
if i fill in the field, it is not autocompleting
i can see (with firebug) the answer is:
<br />
<b>Notice</b>: Constant DS already defined in <b>D:\xampp\htdocs\joomla33\components\com_chronoforms\chronoforms.php</b> on line <b>11</b><br />
["Andorra","Serbia And Montenegro"]
instead of
["Andorra","Serbia And Montenegro"]
hopefully someone can help me
Thank you in advance
Hello tobajarrat1,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to post information from a Chronoform to ZoHo
What are the 'Easy Form' and 'Form' Wizards?
How can I add a mask to format a form input?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to post information from a Chronoform to ZoHo
What are the 'Easy Form' and 'Form' Wizards?
How can I add a mask to format a form input?
P.S: I'm just an automated service😉
OK, i commented this line out in chronoforms.php and now it works... can i leave it commented out or is this a bug and needs to be updated=?
You better set the "error reporting" in your joomla global config to none!
Regards,
Max
Regards,
Max
Thank you for you answer!
i set it back to "error reporting = none" ! The second problem was "z-index: 42" was to low to work on my site.
now it works🙂
Only one problem left: i set the AJAX request delay to 100ms, but the answer takes more than 2,2sec.. is this a thing i can decrease? anywhere else than autocomplete loader? or is this only on my localhost and in live site it will be faster?
hopefully you get me right and you're not to stressed out.
Thank you in advance!
i set it back to "error reporting = none" ! The second problem was "z-index: 42" was to low to work on my site.
now it works🙂
Only one problem left: i set the AJAX request delay to 100ms, but the answer takes more than 2,2sec.. is this a thing i can decrease? anywhere else than autocomplete loader? or is this only on my localhost and in live site it will be faster?
hopefully you get me right and you're not to stressed out.
Thank you in advance!
The long AJAX response time means long page request time (the AJAX results page), the ajax delay has nothing to do with this, you can remove that!
Regards,
Max
Regards,
Max
This topic is locked and no more replies can be posted.