Validition does not work in 3,1_RC5.5
Hi,
With 3.0 validation works but not with 3.1_RC5.5.
As far as I can see, no JS problems
Known problem?
With 3.0 validation works but not with 3.1_RC5.5.
As far as I can see, no JS problems
Known problem?
Hi Rajah,
No known problems - the validation library has been changed but validation still works well in 3.1 RC5.5
If you post a link to your form I'll take a quick look.
Bob
No known problems - the validation library has been changed but validation still works well in 3.1 RC5.5
If you post a link to your form I'll take a quick look.
Bob
Hi Rajah,
The validation is OK in FireFox and Chrome and in IE without the template. I'm pretty certain that the problem is that your template uses JQuery and this conflicts with the MooTools library used by Joomla and by ChronoForms.
There are instructions to put JQuery into non-conflict mode somewhere in the forums here.
Bob
The validation is OK in FireFox and Chrome and in IE without the template. I'm pretty certain that the problem is that your template uses JQuery and this conflicts with the MooTools library used by Joomla and by ChronoForms.
There are instructions to put JQuery into non-conflict mode somewhere in the forums here.
Bob
Thanks for looking Bob!
For the js/mootools script you are right. There were some (unused) js scripts in the template.
I did delete them.
Nevertheless the validation does not work with me, nor in IE8/IE7/IE6/chrome and FF!
It's possible to submit a complete blanco form.
For the js/mootools script you are right. There were some (unused) js scripts in the template.
I did delete them.
Nevertheless the validation does not work with me, nor in IE8/IE7/IE6/chrome and FF!
It's possible to submit a complete blanco form.
You are 100% richt (of course 😀 ) One of the modules works with JS Mootools.
Going to search for the solution on this forum.
Thanks!
Going to search for the solution on this forum.
Thanks!
Problem solved by putting
<script> JQuery.noConflict(); </script>
in the template.😀
Hi Rajah, I've the same problem,
Where exactly you have put the code "<script> JQuery.noConflict(); </script>"
Thanks
Regis
Where exactly you have put the code "<script> JQuery.noConflict(); </script>"
Thanks
Regis
Hi Bob,
So sory, it does'nt work :-(
I'm a newbee in php code...
My site : <!-- w --><a class="postlink" href="http://www.le-ronchamp.com">www.le-ronchamp.com</a><!-- w -->
So sory, it does'nt work :-(
I'm a newbee in php code...
My site : <!-- w --><a class="postlink" href="http://www.le-ronchamp.com">www.le-ronchamp.com</a><!-- w -->
This topic is locked and no more replies can be posted.