Hi,
I'm running J1.5.9 and Chronoforms 3.0 Stable, with mootools validation turned on.
I get an error "Object doesn't support this property or method" when using the form. The form submits fine though, and the validation also seems to work.
If I turn validation off I don't get the error - but I want validation turned on!!
My template has tons of javascript in it, including mootools.js, so it's obviously a conflict somewhere. My problem is that the error message (in this case Line 76 char 3) does not point to anything java or chrono related. Is there some add-on for IE that will give me more info? I've also tried it in Firefox but the error doesn't happen there so I can't use web developer toolbar to track it down.
With it all working I'm in two minds whether to just leave it but I just know that will be the first thing the client points to when he views the site!!
Thanks
I'm running J1.5.9 and Chronoforms 3.0 Stable, with mootools validation turned on.
I get an error "Object doesn't support this property or method" when using the form. The form submits fine though, and the validation also seems to work.
If I turn validation off I don't get the error - but I want validation turned on!!
My template has tons of javascript in it, including mootools.js, so it's obviously a conflict somewhere. My problem is that the error message (in this case Line 76 char 3) does not point to anything java or chrono related. Is there some add-on for IE that will give me more info? I've also tried it in Firefox but the error doesn't happen there so I can't use web developer toolbar to track it down.
With it all working I'm in two minds whether to just leave it but I just know that will be the first thing the client points to when he views the site!!
Thanks
Sorry Bob, forgot to put the most important part in my post!
The form in question is on this url:
http://www.dreamscience-lab.co.uk/index.php?option=com_content&view=article&id=3&Itemid=13
Thanks for your help.
BTW I've just upgraded it all to CF 3.1 RC2, and the mambot to suit. Noticed the new server side validation option so maybe I should give that a whirl instead?
The form in question is on this url:
http://www.dreamscience-lab.co.uk/index.php?option=com_content&view=article&id=3&Itemid=13
Thanks for your help.
BTW I've just upgraded it all to CF 3.1 RC2, and the mambot to suit. Noticed the new server side validation option so maybe I should give that a whirl instead?
Hi padder,
You have both JQuery and MooTools running on the page - this pretty much guarantees JavaScript conflicts. I tlooks as though com_bids is pretty central to the site to your best bet is probably to disable MooTools and find another way of doing the validation. I don't think that there is a JQuery port of the Dexagogo library that ChronoFroms uses but there must be others.
Bob
You have both JQuery and MooTools running on the page - this pretty much guarantees JavaScript conflicts. I tlooks as though com_bids is pretty central to the site to your best bet is probably to disable MooTools and find another way of doing the validation. I don't think that there is a JQuery port of the Dexagogo library that ChronoFroms uses but there must be others.
Bob
This topic is locked and no more replies can be posted.