1. The form
Change your form's action
attribute to this and replace your@email.com with your own email.
2. Add name
attribute to every field
Ensure all <input>
, <select>
and <textarea>
elements inside your form have a name attribute, otherwise you will not receive the data filled in these fields.
3. Submit the form and confirm email
Go to your website and submit the form once. This will send you an email asking to confirm your email address.
4. That's it. It's all set!
From now on, when someone submits that form, we'll forward you the data as email.