Support » Plugin: Contact Form 7 » If Ajax doesn't work: how to solve

  • Ajax with sending messages didn’t work at all. Plugins on/off, etc, nope. Here is solution that did the job.

    Add in header.php before </head>:

    <script type=’text/javascript’ src=’/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.40.0-2013.08.13′></script>
    <script type=’text/javascript’>
    /* <![CDATA[ */
    var _wpcf7 = {“loaderUrl”:”\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif”,”sending”:”Sending …”};
    /* ]]> */
    </script>
    <script type=’text/javascript’ src=’/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.5.2′></script>

    DONE.

    P.S. Dear developer, can you fix this in new version? It’s really annoying problem.

    https://wordpress.org/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘If Ajax doesn't work: how to solve’ is closed to new replies.