I have a form that is sent to an email address when the submit button is clicked. I want to be able to send that same email to the person that filled out the form using the email address they provided in the "Email" for field. I also want to be able to put some kind of "thank you message in the email.
Thanks for your help!
I need a code for sending an automatic confirmation message
Moderator: General Moderators
Have the form submit to a PHP file.
Then you have the option of sending out multiple emails.
http://ca3.php.net/mail
Then you have the option of sending out multiple emails.
http://ca3.php.net/mail