Forms

Security

Block bots and unauthorized submissions before they reach your inbox.

Security holds two cards: Domain restriction (a list of approved origins for submissions) and CAPTCHA (a verification challenge from a provider of your choice). Together they stop most automated abuse; Spam filter handles what slips through.

Reject vs. filter

Security rejects bad submissions — they never reach your inbox. Spam filter accepts and routes — submissions land in the Spam tab where you can review them.

Domain restriction

Restrict which websites can submit to this form. Add the domains your form is hosted on (one per line, without protocol). Submissions from any other origin are rejected with a 403.

  • Domains list — one per line, no protocol (e.g. www.example.com).
  • Allow localhost — checkbox to permit localhost origins during development.

Full domain restriction docs →

CAPTCHA

Verify each submission with a captcha provider. Static Forms supports four providers. Free accounts can use reCAPTCHA v2; Turnstile, hCaptcha, ALTCHA and reCAPTCHA v3 are available from the Starter plan up ($6/month, or $4/month billed annually):

Choosing a provider

  • Turnstile — best default. Invisible to most users, no Google dependency.
  • reCAPTCHA — pick v3 for invisible scoring, v2 if you want the explicit "I'm not a robot" checkbox.
  • hCaptcha — drop-in alternative to reCAPTCHA, more privacy-conscious.
  • ALTCHA — when you want to avoid third-party services entirely.

Tier gating

  • Domain restriction — Starter plan and above.
  • reCAPTCHA v2 — every plan, including Free.
  • Turnstile, hCaptcha, ALTCHA and reCAPTCHA v3 — Starter plan and above.
  • Honeypot — every plan; works automatically.