Replies: 0
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(‘http://mysite.com/wp-content/plugins/contact-form-7/includes/js/scripts.js’, function(data) { eval(data); });
..
Any advise would be appreciated.
Thanks.