How to link an email to a form to submit | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

26th Jun 2018, 9:51 PM
Andrew
Andrew - avatar
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
26th Jun 2018, 11:01 PM
Nsamba Abubaker
Nsamba Abubaker - avatar
+ 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
26th Jun 2018, 11:10 PM
Andrew
Andrew - avatar