JS Error in jquery.jvcf7_validation.js @v2.0 line 743

Home Forums Jquery Validation for Contact Form 7 JS Error in jquery.jvcf7_validation.js @v2.0 line 743

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3196
    Martin DENIZET
    Guest

    Hi,
    Thank you for your plugin.
    I think I found an error in version 2.0 of in jquery.jvcf7_validation.js line 743.
    I a JS error in Chrome on WP 3.9.1 using Vantage theme.
    The error is fixed by replacing line 743:
    jQuery(‘form.wpcf7-form”‘).each(function(){
    by:
    jQuery(‘form.wpcf7-form’).each(function(){

    Thanks for your work!

Viewing 1 post (of 1 total)
  • The topic ‘JS Error in jquery.jvcf7_validation.js @v2.0 line 743’ is closed to new replies.