Can anyone point me to an example of how to after collecting data from the user format what they have entered and then do an email? I have the form and can go directly to the send email part but I can seem to get a way to allow corrections befor sending. TIA! Ben
If i understand it right, you could display the data again on the next page asking them if it is correct, If not they can edit it and if its ok, they can press say submit, which then sends the data by email.
I was trying to do just that. I had 2 php files and 1 htm form. The form collected the data and sent it to the first php script. That works. The problem happens when I try to say ok send the e-mail the data doesn't get to the e-mail script. Nor will it get to the HTML form if they hit the back button.