Hi,
How do I make clientside_validation support webfor_validation ?? I've tried to add a validation via webform config page. When I test it on the form, I get this JS error.
Uncaught TypeError: Cannot call method 'call' of undefined ---> jquery.validate.js:544
What did I missed ?
Thank you.
Comments
Comment #1
attiks commentedAre you using webform 7.3 or 7.4?
Any other modules installed interacting with webform or validation?
What version of webform_validation are you using?
What version of jQuery?
Are you sure you're using the latest dev version, line 544 is a comment?
Comment #2
jramby commentedThanks for your answer :
I'm using Webform 7.x-4.0-alpha6+1-dev, Webform Validation 7.x-1.2, Clientside Validation 7.x-1.37+18-dev, jQuery Update 7.x-2.3 (jQuery 1.7 selected).
Colorbox is interacting with webform.
Comment #3
attiks commented"Colorbox is interacting with webform" does it work if you disable colorbox?
Comment #4
attiks commented