+ 3
How to link an email to a form to submit
Im trying to make a form and when someone submits it I would like it to send to my email
2 Answers
+ 3
you would have to retrieve the form values in php and send them to your email using the php mail() function.
Read about how to use the function here..
http://php.net/manual/en/function.mail.php
+ 1
Thank you Nsamba. I'm just now finishing up learning html. Want to learn code and programing as a skill I'm in school so I'll take any help I can get