• Hi, I’ve installed a Contact form 7 form on a site I designed which uses the plugin Zajax to load page content via AJAX. Whenever someone submits the form it sends 4 copies to our email address. I’ve tried to use the following code within the onajaxcomplete call from within Zajax but with no luck:
    ..
    jQuery.get(‘https://mysite.com/wp-content/plugins/contact-form-7/includes/js/scripts.js’, function(data) { eval(data); });
    ..

    Any advise would be appreciated.
    Thanks.

    The page I need help with: [log in to see the link]

  • The topic ‘AJAX site submits 4 times’ is closed to new replies.