I have a standard HTML form which on submission saves the data to a database, but I need to integrate Dot Mailer into it. Dot Mailer is the same sort of thing as mail chimp.
The main issue I'm having is how to send the POST data to two separate pages. I've had a look at using ajax as a solution, but I can't get it to work and would rather a php based solution.
Is there a way to instantly send post data to two files? Dot Mailer gives me an address to send the data to and what to call the names of the fields. I have seen examples with hidden text fields, but I don't want the user to have to click submit.
Any help would be greatly appreciated.