Stop form spam without a CAPTCHA
Block bots and junk submissions without making humans solve puzzles.
- 1
Add a honeypot field
Include a hidden `botcheck` field; bots fill it, humans don't see it, and FormLoom drops those submissions.
- 2
Rely on AI spam scoring
FormLoom scores every submission 0–100 using heuristics (and an LLM when configured) — no CAPTCHA needed.
- 3
Review the spam view
Check the dashboard's spam view to confirm scoring is catching junk; mark false positives if needed.
FAQ
Yes — you can add Turnstile or hCaptcha per form, but honeypot + AI scoring catches most spam without one.