• hi there,

    when submitting a form, the spinning icon does not change. the message arrives on my inbox, but i don’t see the message that the form was submitted successfully.

    a javascript tool shows the error:
    TypeError: Cannot call method ‘after’ of undefined [/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.5.2:91]

    the line 91 is the after(e)
    error: function(xhr, status, error, $form) {
    var e = $(‘<div class=”ajax-error”></div>’).text(error.message);
    $form.after(e);
    }

    i tried to add the code before footer <script type=’text/javascript’ src=’http://code.jquery.com/jquery-latest.pack.js’></script&gt;
    but did not help

    any idea?

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

Viewing 1 replies (of 1 total)
  • See Solving CF7 Javascript Conflicts.

    Use Firebug or Chrome Dev Tools to examine Javascript conflicts in detail – see Use Firebug or Chrome Dev Tools.

    Remember that a problem in one script can cause issues in another. For example, some jQuery errors can stop jQuery processing any more script, which can make the culprit hard to find. A jQuery error in one of your plugins or your themes javascript files can stop jQuery processing before it gets to the CF7 script.

    You will need to be skilled at using Firebug to find what is causing your Javascript conflict and how to resolve it – see https://getfirebug.com/wiki/

    Javascript Conflicts are a big deal. There are so many poorly written themes and plugins that cause Javascript conflicts with well written plugins like CF7. You have my sympathy.

Viewing 1 replies (of 1 total)
  • The topic ‘spinning icon’ is closed to new replies.