Hi James,
You have a load of different JavaScript scripts running on that page. I'd guess that the problem with the Form is that the Mootools Library is conflicting with the JQuery library that the menu is using. However FireBug is showing up an error with a FishEye script I think.
Max has talked about a JQuery library for ChronoForms but I have no idea when or if that might be done. Meanwhile I'm afraid that you have to decide which scripts to use.
Bob
Thanks, I also checked with Firebug and found the Fisheye error (which is related to the menu). But I`m not sure why...
As for selecting which scripts, I don`t have much choice as they are all tightly integrated into my site. I`ll have to work on an alternative...
Thanks
Hi James,
I understand, ChronoForms offers you the built in choices of Prototype or Mootools both of which will probably conflict with JQuery. I've heard mention of versions that don't conflict but don't know anything about them (even if they exist).
Or you can build some server-side validation in PHP that won't conflict and put it in one of the OnSubmit boxes. Not hard to do but takes a while.
Bob
Oh, you mean the problem is coming from the form validation?
In that case its simple, I can write my own validation script.
Thanks
Hi James,
Yes, almost certainly. Turn validation off and see if the problem goes away.
Bob
Bob,
Great thanks, tried and it works now...that was the help I needed. Writing the validation script shouldn`t be a problem (i did use one before). Thank you very much!
James