Documentation
Everything you need to integrate SimplyForms into your website.
Introduction
SimplyForms is a form backend service that lets you collect form submissions without writing any server-side code. Simply point your HTML form's action attribute to your SimplyForms endpoint, and we handle the rest — storing submissions, sending email notifications, and providing spam protection.
Key features include:
- Zero backend code— just an HTML form with an action URL.
- Email notifications— get notified instantly when someone submits your form.
- Spam protection— built-in honeypot fields and optional Cloudflare Turnstile integration.
- Dashboard— view and manage all your submissions in one place.
- JSON & FormData — accepts both
application/jsonand standard HTML form submissions. - Webhooks— push every submission to your own URL with HMAC-SHA256 signing and automatic retries. Read the webhooks guide.
Ready to ship? Continue to QuickStart for a 3-step walkthrough, or jump straight to the API reference.