If I make a form in html5 the responses of the form should be send to my email itself. So what should I do | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If I make a form in html5 the responses of the form should be send to my email itself. So what should I do

9th Jun 2020, 1:44 PM
Vishnu Naveen Nair
Vishnu Naveen Nair - avatar
2 Answers
+ 1
The form has to call a script ('action') which does the mailing. Depends on the other technologies you use and on the available mailing tools.
9th Jun 2020, 2:01 PM
Sandra Meyer
Sandra Meyer - avatar
0
Vishnu Naveen Nair 🙋hi.. I tink you should use mail() function in php to send data from <form> to your email addres ...
9th Jun 2020, 2:00 PM
Amine Laaboudi
Amine Laaboudi - avatar