How to submit form to my email? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to submit form to my email?

I have created a form with inputs ...name ...email...questions....and a submit button ...so I want that when any one click that submit button the form data come to my email inbox....is it possible...if yes then can u plz give me code........😁😁😁😁

28th Aug 2017, 12:20 PM
A N S H U L S I N G H
A N S H U L   S I N G H - avatar
5 Answers
+ 20
You can't do it using HTML only. You need to use a server-side language like PHP, Java, Python or others.
28th Aug 2017, 12:28 PM
Igor Makarsky
Igor Makarsky - avatar
+ 8
yes it is possible but the user must send you the data from their email. check this code and adapt it according to your needs https://code.sololearn.com/Wb7cK8Sn63Cs/?ref=app
28th Aug 2017, 2:16 PM
Lord Krishna
Lord Krishna - avatar
+ 3
Emailjs allows you to send mail from your gmail via Javascript. More info check out https://www.emailjs.com/
28th Aug 2017, 1:04 PM
Calviղ
Calviղ - avatar
28th Aug 2017, 3:06 PM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar
0
you will need php ans sql
28th Aug 2017, 1:37 PM
Carlos Castro
Carlos Castro - avatar