View on GitHubSimple
Simple
Contact Form
Spam protected form submissions directly to your email inbox. No backend setup required. Only pay for what you use.
1 cent / submission
<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>
</form>
Copy and paste one of these examples into your site. Submissions will be sent to your configured recipients. Replace YOUR_FORM_ID
with your actual form ID.