Simple Contact Form
Spam protected form submissions directly to your email inbox. No backend setup required.
$3/month
Step 1 - Request a form ID
Use the email you want to send form submissions to.
Step 2 - Copy the form
Copy the form to your site. Make sure to replace YOUR_FORM_ID with the key we sent you in the previous step.
<form action="https://www.simplecontactform.org/submit/YOUR_FORM_ID" method="POST">
<!-- Add your form fields -->
<input name="Email" type="email" required>
<input name="Message" type="text" required>
<!-- Add submit button -->
<button type="submit">Submit Form</button>
<!-- Optional: Add to prevent certain types of automated spam -->
<input type="input" name="are_you_human" style="display: none;">
</form>