Forum Moderators: buckworks
Now this form posts to (https://iconzsecure.net/aucklandactivities/creditcard.php), which is a secure page and which has another form which collects the credit card info from the user and sends me the credit card details in an encrypted email.
But I also need the details collected in the booking form(booknow.htm).
So i want the booking form to post to the php script as well as email me the details collected in it(name, email, type of activity etc).
I think i cannot post the form to 2 actions.
So what can i do?
I think it is possible by php or something.
Here i would like to point out, that the second form (secure form) just requires a field Amount.
So if there is some way where i can get the first form(booking form) to email me all the details the user has input, and then post to the second form with the value of Amount, then it'll work.