Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
So having a problem with the "submit" functionality within a contour form on a page that's been built.
The issue appears to be that the submit button isn't picking up on the previously defined jQuery, the error is as follows:
Uncaught TypeError: undefined is not a function jquery.validate.js:109
The code is:
valid: function() { var valid, validator; if ( $( this[ 0 ] ).is( "form" ) ) { valid = this.validate().form();
I'm unsure as to whether this is also affecting the other nested messages to do with errors..
Any ideas?
Hi Scott
It's proably because jquery validate is defined before jquery? Try reading through this post - I think that is the key to a solution http://our.umbraco.org/forum/umbraco-pro/contour/39076-Missing-validation-scripts-when-form-inserted-as-Razor-in-RTE
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Contour form - uncaught error issue
Hi,
So having a problem with the "submit" functionality within a contour form on a page that's been built.
The issue appears to be that the submit button isn't picking up on the previously defined jQuery, the error is as follows:
The code is:
I'm unsure as to whether this is also affecting the other nested messages to do with errors..
Any ideas?
Hi Scott
It's proably because jquery validate is defined before jquery? Try reading through this post - I think that is the key to a solution http://our.umbraco.org/forum/umbraco-pro/contour/39076-Missing-validation-scripts-when-form-inserted-as-Razor-in-RTE
/Jan
is working on a reply...