williamoffice Posted February 13, 2012 Share Posted February 13, 2012 Hi all I have a form that when submitted, JQuery AJAX handles the call, and it sends me an email with the form details. Along with the form details being php mailed out, the code needs to send a nusoap request with the data to an external company. I've tried numerous places to get the code called, but the nusoap request is never sent. If I remove the: <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="../js/form.js"></script> from my page, the mail is sent and the nusoap request is sent, but if I put the code back in, the mail is sent, but the nusoap request is not sent. I'm at my wits end, please help I've put all the code into a doc file attached. Thanks 17574_.doc Quote Link to comment https://forums.phpfreaks.com/topic/257065-some-php-code-not-executing-in-form-submission/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.