+ 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........😁😁😁😁
5 Respostas
+ 20
You can't do it using HTML only. You need to use a server-side language like PHP, Java, Python or others.
+ 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
+ 3
Emailjs allows you to send mail from your gmail via Javascript.
More info check out https://www.emailjs.com/
+ 2
You need PHP...
https://code.sololearn.com/W4V2UFIom953/?ref=app
0
you will need php ans sql