Viewing 1 replies (of 1 total)
  • Hi Christos312. I just ran into this same error and figured out a fix. Find the file jquery.jvcf7_validation.js in the plugin directory (in my directory it was under /plugins/jquery-validation-for-contact-form-7/js/jquery.jvcf7_validation.js Now find the line form.wpcf7-form” and remove the double quotes which seems to be a typo in the script. It should now show as:

    jQuery('form.wpcf7-form').each(function(){

    NOT

    jQuery('form.wpcf7-form"').each(function(){

    I found the issue on line 507. Be sure to save your file and refresh your site. Also delete your cache if you’re using a buggy browser..

Viewing 1 replies (of 1 total)
  • The topic ‘Uncaught Error causes problems in IE’ is closed to new replies.