Reply To: Syntax Error on "jquery.jvcf7_validation.js" Line 254 of Version 0.3

Home Forums Jquery Validation for Contact Form 7 Syntax Error on "jquery.jvcf7_validation.js" Line 254 of Version 0.3 Reply To: Syntax Error on "jquery.jvcf7_validation.js" Line 254 of Version 0.3

#1530
Dinesh
Keymaster

Hi Michael,

I re-downloaded the plugin and check it but there is not tag in the code.

The code goes like this
jQuery(document).ready(function(){
jQuery(‘.wpcf7-validates-as-required’).addClass(‘required’);
jQuery(‘.wpcf7-email’).addClass(’email’);
jQuery(‘form.wpcf7-form”‘).each(function(){
jQuery(this).validate();
});
});

Please remove the old copy and download a new one.

Thanks