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

#1546
Paul
Guest

Hi Dinesh,

I think bbPress might have mangled Michael’s problem, the issue is not the -strong- tag, but the extra double-quote in the line, so:

(‘form.wpcf7-form”‘).each

becomes:

(‘form.wpcf7-form‘).each

It also makes the validation unusable until the submit button is pushed, which, on multi-page forms, makes this plugin difficult to use out of the box.

[After it’s fixed, the plugin works really well though :)]

Apologies for thread-jacking, hope you resolve it and release a new copy soon.

Cheers,

Paul