Hi folks!
I am brand new to php - be patient with me, please. I have a page on the web that contains a form. One of the fields on this form is an email field into which a visitor would input their email address. When the user has completed filling out the form and clicks on the submit button I want the entire web page (filled in form fields and all), sent to me AND the email address that was entered into the form.
Is there a way to do this? Any ideas?