Point your form's action to our endpoint. We handle submissions, storage, and email notifications. No backend needed.
Start for Free →3 forms · 100 submissions/mo · No credit card
Sign up, name your form, get a unique URL.
Set the action attribute to your endpoint URL.
View in dashboard or get email notifications.
<form action="https://yoursite.com/f/your-form-id" method="POST">
<!-- Honeypot spam protection (keep this hidden) -->
<input type="text" name="_gotcha" style="display:none">
<!-- Optional: redirect after submit -->
<input type="hidden" name="_next" value="https://yoursite.com/thanks.html">
<input type="text" name="name" placeholder="Name" required>
<input type="email" name="email" placeholder="Email" required>
<textarea name="message" placeholder="Message"></textarea>
<button type="submit">Send</button>
</form>
Get an email for every submission. Toggle per form.
Built-in honeypot field + rate limiting (10/min).
Works from any domain. No config needed.
Search, filter, and manage all submissions.