Spam protected form submissions directly to your email inbox. No backend setup required.

Free to use

For personal use or small to medium sized businesses.

Self-hostable

Run your own instance for full control or higher volume.

<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.