Hi there!
I am currently working on a testing site and I am using Chronoform for the Contact Us form.
I have been reading topics in the forums section for hours and tried different approaches such as adding the code:
jQuery.noConflict();
But I have no luck. The form still submits.
Can somebody please help me about this?
Thanks in advance.
~Jack
I am currently working on a testing site and I am using Chronoform for the Contact Us form.
I have been reading topics in the forums section for hours and tried different approaches such as adding the code:
jQuery.noConflict();
But I have no luck. The form still submits.
Can somebody please help me about this?
Thanks in advance.
~Jack
Hi Jack,
You have a couple of JavaScript errors on the page from other components that seem to be causing some problems. If you fix those all should be OK.
Both forms work OK without the template
http://maplefleetnew.kudoswebdesign.com/contact-us.html?chronoform=Form&tmpl=component
http://maplefleetnew.kudoswebdesign.com/contact-us.html?chronoform=ContactForm&tmpl=component
Bob
PS This is a copy of the email I just sent you.
You have a couple of JavaScript errors on the page from other components that seem to be causing some problems. If you fix those all should be OK.
Both forms work OK without the template
http://maplefleetnew.kudoswebdesign.com/contact-us.html?chronoform=Form&tmpl=component
http://maplefleetnew.kudoswebdesign.com/contact-us.html?chronoform=ContactForm&tmpl=component
Bob
PS This is a copy of the email I just sent you.
Hi Jack,
Here are the error messages that I see in Chrome.
Sorry, I don't know exactly what causes them.
Bob
Here are the error messages that I see in Chrome.
Failed to load resource: the server responded with a status of 404 (Not Found) http://maplefleetnew.kudoswebdesign.com/templates/joostrap/js/template.js
Failed to load resource: the server responded with a status of 404 (Not Found) http://maplefleetnew.kudoswebdesign.com/templates/joostrap/javascript/tab.js
Uncaught TypeError: Object [object Object] has no method 'on' bootstrap.min.js:6
Uncaught ReferenceError: JCaption is not defined contact-us.html:69
Sorry, I don't know exactly what causes them.
Bob
Hi Jack,
I think I found the problem, your site isn't loading the MooTools More file and the Fx.Scroll class is used in the validation code. When it isn't found you get the 'undefined' error.
Bob
I think I found the problem, your site isn't loading the MooTools More file and the Fx.Scroll class is used in the validation code. When it isn't found you get the 'undefined' error.
Bob
Loading the mootools more fixed it.
You are a rockstar Bob! Thank you so much.
You are a rockstar Bob! Thank you so much.
This topic is locked and no more replies can be posted.