FORMS | NEED HELP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

FORMS | NEED HELP

Hello guys, I want to make a form(with HTML), but I do not know how to do it to send it to my email NEED HELP

22nd Dec 2016, 4:59 PM
Carlos Castro
Carlos Castro - avatar
2 Answers
+ 5
I write you an example: https://code.sololearn.com/W462919Ld2m7/# You need to use "mailto:" followed by the email adress in the "action" attribute of the <form> tag... By the way, the email isn't sendig directly: the behaviour of the "mailto:" action is to open user mailer with fields pre-filled ( so, the user can cancel the shipment ^^ )
22nd Dec 2016, 10:48 PM
visph
visph - avatar
+ 3
thanks
22nd Dec 2016, 10:52 PM
Carlos Castro
Carlos Castro - avatar