Hello, I have a problem, I see that some people had this before but I try to do things that resolve the problem and it doesn't work so.
There is no validation on my form, just the captcha work. I put the
in the box Load JS in my wizard. I precise that I'm in Joomla 1.6 and I search for the MooTools problem, I don't have this plugin on my website.
If someone can help me, that's will be great because Chronoforms is a realy great componant and realy need it.
Thank you.
There is no validation on my form, just the captcha work. I put the
jQuery.noConflict();
in the box Load JS in my wizard. I precise that I'm in Joomla 1.6 and I search for the MooTools problem, I don't have this plugin on my website.
If someone can help me, that's will be great because Chronoforms is a realy great componant and realy need it.
Thank you.
I found that is a conflict problem with the module "Hot Image Slider" when I disable it, my validation perfectly work. How can I resolve this problem?
Thank you.
Thank you.
Hi,
You don't need the "Mootools upgrade" plugin in J1.6
You should add this line of code to a "Load JS" action:
and make sure its at the top of the "On Load" event in your form, and set the "Dynamic fields" setting under the form "Edit" page to "Yes".
Regards,
Max
You don't need the "Mootools upgrade" plugin in J1.6
You should add this line of code to a "Load JS" action:
jQuery.noConflict();
and make sure its at the top of the "On Load" event in your form, and set the "Dynamic fields" setting under the form "Edit" page to "Yes".
Regards,
Max
This topic is locked and no more replies can be posted.