I do not know what happened, but the "Required" does not work anymore on forms where it used to work until yesterday.
People can now send the form without filling fields that request an input. The HTML has not changed and is still ok...
Please help me as I am receiving forms with incomplete information....
Hi petermazzi,
Sounds like a JavaScript conflict. Nothing changed in ChronoForms so I guess something else changed on your site.
Did you upgrade Joomla!? If so please check that the MooTools Upgrade plug-in is disabled.
Bob
hi, i didn't upgrade joomla recently, mootols upgrade plugin is disabled, joomla version is 1.5.22, we got the following error:
[23-feb-2011 04:53:18] PHP Parse error: syntax error, unexpected T_STRING in /public_html/components/com_chronocontact/chronocontact.html.php(184) : eval()'d code on line 5
in chronocontact.html.php line 184 is :
$MyForm->formrow->html = str_replace('{imageverification}',$imver,$MyForm->formrow->html);
eval( "?>".$MyForm->formrow->html );
PLEASE HELP
Hi petermazzi,
Please post the first 10 lines or so of your Form HTML the problem is on line 5.
Bob
Hi petermazzi,
No absolutely not. I mean that you open the Form Editor by clicking the Form Name link in the ChronoForms Forms Manager; click the Forn Code tab, then the [+/-] sign by the Form HTML label and copy the first ten lines of the Form HTML.
Bob
Hi petermazzi,
That looks OK. I don't think that's will give rise to the error you posted.
Are all the errors identical?
Is this from the form giving the error you posted?
Bob
All forms worked fine yesterday, also now they work ok, but the "Required" function does not work anymore on all forms of my website... so I am receiving uncomplete forms as it is not anymore compulsory to fill all fields... Any clue ?
Do not know why but now the forms seem to work again asking for the "Required" fields...I really cannot explain it !!! BTW: good that the problem is solved and hope it will not return...Thanks for your time...
Hi petermazzi,
Maybe something stuck in a cache that cleared out over time??
Glad to hear it's working again.
Bob
Hi GrayHead,
thanks for your quick response. I added the line jQuery.noConflict();
in Form Code => Form JavaScript and save it
Then I open the form, but nothing changes: "required" still not working
Hi Alex,
True, actually it's already there twice. It looks to me as though the ChronoForms version is being loaded before the JQuery library is loaded and the others may be too late to help avoid the problems with the validation.
I'm afraid that you will need to do some careful JavaScript debugging to sort out the problems. Unfortunately this is often the case when you use modules or templates that aren't very Joomla! friendly. In this case I think that the swmenupro module may be the culprit.
Bob
Hi GreyHead,
the culprit is not swmenu: in another site it works perfectly with the "required" fields.
I have another two extensions in the site <!-- w --><a class="postlink" href="http://www.psicoeuropa.it">www.psicoeuropa.it</a><!-- w --> :
Ultimate Content Display
Enhanced Weblinks
I've found the culprit: Ultimate Content Display and his JQUERY CROSS FADER/SLIDER SETTINGS !!!!
Thanks for your suggestions on the cause of the problem.
Alexx
Hi Alex,
Well found! and my apologies to swMenuPro
Bob