Hello everybody. I am having difficulty with an html form. What I am trying to do is have a submit button activate a php script that shows the user the values they are about to submit.. a sort of "are you sure?" type page. If they are not happy with the form, they can go back, but, here is the problem. Originally I had the values emailed to me. This was pretty easy. Now that I have this php verify script, I can't figure out what to do if they want to "continue". I want the values in the fields emailed to me if they click the "continue" button. Can anyone help me out?