Vallidation bug

Jorishc 21 Sep, 2011
Hi all,

I have installed chronoforms and it works perfect, exept the vallidation..
Some textfields and checkboxes are required but when I don't fill in the fields he still send the form ..

Sorry for my bad english but maybe someone can help me to solve the problem.

I use joomla 1.6

Kind regards,
Joris
GreyHead 21 Sep, 2011
Hi Joris,

Please post a link to the form so I can take a quick look.

Bob
GreyHead 27 Sep, 2011
Hi Joris & gemeline,

Your template (or some other component) is loading the jQuery JavaScript library. Out of the box jQuery isn't compatible with the MooTools library used by Joomla! and ChronoForms. You can use jQuery with MooTools in no-conflict mode. There are various ways of doing this. The simplest is to add a line of script in the ChronoForms Form JavaScript box:
jQuery.noConflict();
This will free the $ operator which is used by MooTools, so you may need to update your own javascripts to use the longer jQuery operator.

There is also a neat Joomla! 1.5 system plugin named SC jQuery that allows you to control on which pages jQuery is loaded, and will always load it in no-conflict mode.

Bob
This topic is locked and no more replies can be posted.