Is it documented somewhere what Mootools options are required for ChronoForms?
I (like many others) was having a problem with IE7 crashing and much of the forum topics on VirtueMart and Joomla were pointing at Tooltips in Mootools. I followed the advice of one poster and upgraded Mootools for the front end components of the site. Initially this broke the class="modal" option which I fixed by including the right packages in the Mootools builder.
I didn't notice right away but I think that's when Chronoforms stopped working. The css and js would not load. Even the custom styles and js that I added to the Form code tab.
I found a post on this forum where the user had a similar problem with css and js and upgrading to the latest chronoforms solved it so also tried that and thought it fixed the problem. Now the form looks right but none of the js validation is functioning and even though my server side validation is working and sending the user back to the form, the error message in the pink box does not display and the form is not preloaded with the info like it was before.
I wonder if there is something missing from my Mootools that Chronoforms requires.
One more note:
In the javascript consol, I see this error:
Uncaught ReferenceError: $ES is not defined
Line 113: components/com_chronocontact/js/customclasses.js
This is the ChronoTips class. Not sure if that is the cause of my current problem or not.
I (like many others) was having a problem with IE7 crashing and much of the forum topics on VirtueMart and Joomla were pointing at Tooltips in Mootools. I followed the advice of one poster and upgraded Mootools for the front end components of the site. Initially this broke the class="modal" option which I fixed by including the right packages in the Mootools builder.
I didn't notice right away but I think that's when Chronoforms stopped working. The css and js would not load. Even the custom styles and js that I added to the Form code tab.
I found a post on this forum where the user had a similar problem with css and js and upgrading to the latest chronoforms solved it so also tried that and thought it fixed the problem. Now the form looks right but none of the js validation is functioning and even though my server side validation is working and sending the user back to the form, the error message in the pink box does not display and the form is not preloaded with the info like it was before.
I wonder if there is something missing from my Mootools that Chronoforms requires.
One more note:
In the javascript consol, I see this error:
Uncaught ReferenceError: $ES is not defined
Line 113: components/com_chronocontact/js/customclasses.js
This is the ChronoTips class. Not sure if that is the cause of my current problem or not.