Point any HTML form at SimplyForms and we handle the rest — submissions, email alerts, spam protection, and webhooks. No backend code required.
Hello from the web!
https://your-server.com/hooks/simplyforms
X-SimplyForms-Signature: sha256=9f86d08…
{
"id": "sub_a1b2c3d4",
"form_id": "f_a1b2c3d4e5",
"data": {
"name": "Jane Doe",
"email": "jane@example.com",
"message": "Hello from the web!"
},
"received_at": "just now"
}Live demo — edit either source and watch every output update. Nothing is actually sent.
Drop in your endpoint URL. Receive submissions. Wire them anywhere.
Use plain HTML, React, or any framework. Point the action attribute at SimplyForms.
We accept FormData and JSON. Honeypot and Turnstile are checked server-side.
Email alerts, webhooks with HMAC signing, and a dashboard to review every submission.
Works with everything you already use
SimplyForms collects your form submissions and delivers them where you work — email, webhooks, Slack, Discord, Telegram, and Google Sheets. If you connect your Google account, SimplyForms only creates and updates spreadsheets it created for you (Google's drive.file permission) — it can never see the rest of your Drive. See our Privacy Policy.
One backend for contact forms, surveys, sign-ups, and everything in between.
Capture inbound enquiries with instant email alerts.
Collect structured feedback without standing up a backend.
Pipe sign-ups straight into your CRM via webhooks.
Route customer issues into Slack or Discord in real time.
Launch a waitlist in minutes -- track every entry.
Run a registration page with no server-side glue code.
Powerful features packaged in a simple, elegant interface.
Optimised endpoints respond in milliseconds, anywhere.
Honeypot, Turnstile, encrypted secrets, GDPR-ready.
Track views, submissions and drop-off as it happens.
Push every submission to your URL with HMAC signing and retries.
Get notified on every submission. Reply-to set automatically.
Every submission stored, searchable, and exportable.
Ship a working form in your stack of choice — HTML, fetch, curl, or anything that speaks HTTP. No SDK required.
application/json and form-encoded.email field.<form
action="https://api.simplyforms.dev/v1/forms/YOUR_FORM_ID/submissions"
method="POST"
>
<input type="email" name="email" required />
<textarea name="message" required></textarea>
<button type="submit">Send</button>
</form>Layered defences keep your inbox clean and your data trustworthy.
Invisible to humans, irresistible to bots -- silently dropped.
Per-form configurable, with secrets encrypted at rest (AES-256-GCM).
Lock submissions to the origins you actually own.
Verify every webhook came from us -- never from an attacker.
Pick the path that matches what you're building.
SimplyForms is a GDPR data processor. Our internal admin tools show only metadata by default — not the content your end-users submit. Reading any payload requires a written justification, a 15-minute single-use token, and is logged in an immutable audit trail.
What admins see by default
Every access to the “Hidden” field is logged with the staff member's name, reason, and timestamp.
Free to start. No credit card required. Upgrade whenever you outgrow the free tier.
Create your free account