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
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
Hello,
I have the same problem and can't find the way to resolve it !
Link to the form : http://rlsg.fr/index.php?option=com_chronoforms&Itemid=5&lang=en
Thanks for a quick reply !!
I have the same problem and can't find the way to resolve it !
Link to the form : http://rlsg.fr/index.php?option=com_chronoforms&Itemid=5&lang=en
Thanks for a quick reply !!
Hi Bob,
Here the link: http://wombats.nl/index.php?option=com_chronoforms&chronoform=Inschrijfformulier
Kind regards,
Joris
Here the link: http://wombats.nl/index.php?option=com_chronoforms&chronoform=Inschrijfformulier
Kind regards,
Joris
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:
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
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.