How do I send a contact form to an email? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I send a contact form to an email?

Could anyone please tell me what is the code I need to use to send my contact form to my email when I press the send button ?

18th Apr 2020, 2:17 PM
Julia Melina Moi
Julia Melina Moi - avatar
1 Answer
+ 4
CONNECT YOUR FORM. Pointing the action-attribute of your form to our URL will enable submissions to be sent to your email address. ...ADD NAME ATTRIBUTES. Include a name attribute in all form elements (i.e. <input>, <select>, and <textarea>) to receive the submission data. ...SEND AND CONFIRM.
19th Apr 2020, 7:49 AM
Manshu
Manshu - avatar