Another .js syntax error

Home Forums Jquery Validation for Contact Form 7 Another .js syntax error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2303
    Chris
    Guest

    In jquery.jvcf7_validation.js, line 262:
    jQuery('form.wpcf7-form"').each(function(){
    should be:
    jQuery('form.wpcf7-form').each(function(){
    (note the stray double quotation mark).

    #2324
    Dinesh
    Keymaster

    Hi Chris,

    Thank you for reporting. Will fix it and send it in upcoming release.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Another .js syntax error’ is closed to new replies.