Spam Protection
Protect your forms from spam with honeypot fields, automatic scoring, and rate limiting on formbuild.io.
formbuild.io includes multiple layers of spam defense so your Inbox stays clean — without CAPTCHAs that annoy real visitors.
Honeypot fields Pro
A honeypot is a hidden field that real visitors never see or fill in. Bots that auto-fill every field will trigger it.
-
In your form settings, go to Spam and set a honeypot field name (e.g.
_honey). -
Add a hidden input to your HTML form:
If a response includes a non-empty value for this field, we silently discard it — returning a success status so the bot doesn't know it was caught.
Automatic spam scoring
We run a set of heuristics on every response to detect common spam patterns (link stuffing, suspicious content, etc.). Responses flagged as likely spam are still stored but moved to the Spam tab in your Inbox, keeping your main view clean.
You can always review the Spam tab and mark responses as Not spam if they were caught incorrectly, or manually mark legitimate-looking responses as Spam.
Google reCAPTCHA Pro
For high-traffic forms or when honeypots aren't enough, you can enable ** Google reCAPTCHA** for advanced bot protection.
-
In your form settings, go to Spam and enable ** reCAPTCHA**.
-
Enter your Site Key and Secret Key from the Google reCAPTCHA Admin Console.
-
Add the reCAPTCHA script to your page's
<head>: