Console error from typo.

Home Forums Jquery Validation for Contact Form 7 Console error from typo.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3199
    James
    Guest

    I’ve seen this posted for the last year multiple times but I thought you should know that you still have a typo in the latest version (2.0). The bug causes all javascript loaded after it to not run.

    jquery-validation-for-contact-form-7\js\jquery.jvcf7_validation.js
    line 372

    original: jQuery(‘form.wpcf7-form”‘).each(function(){

    fixed: jQuery(‘form.wpcf7-form’).each(function(){

    #3200
    Dinesh
    Keymaster

    Hi James,

    I have sent a new version 2.0.1 with fixes mentioned above. I had fixed this last time as well. But seems like i did a mistake again while working in 2.0.

    Thank you so much for letting me know about it.

    🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Console error from typo.’ is closed to new replies.