Hi
I want to write data from my form to my tracking database and then post the form data to a remote server.
To do this, I formulate a dynamic post request, once the data is stored in the database and this all works well, however I also want to display a thank you page to the user on my site rather than on the remote server and this is where I'm having problems figuring out how to do it.
This is a summary of what I'm trying to achieve:
Submit form -> write form data to db -> formulate post request ->post data to remote server & show thank you page on my server (and not the remote server).
Any suggestions are gratefully received.
Thanks