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 ?
1 Réponse
+ 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.