Web Ok Honeypot Lite for CF7
Web Ok Honeypot Lite for CF7
Description
Web Ok Honeypot Lite adds a simple, effective honeypot field to your Contact Form 7 forms. It catches spam bots by adding a hidden field that real users never see — but bots fill it in automatically, revealing themselves as spam.
Why this plugin?
- Zero configuration — no settings page, no database writes. Just add the tag and go.
- Lightweight — under 10KB total. No bloat, no upsells, no bundled features you don’t need.
- Silent success — bots see a fake “message sent” response, so they never learn to adapt.
- Drop-in replacement — uses the same
[honeypot]tag as other CF7 honeypot plugins. Switch without editing your forms. - Works great alongside Turnstile/reCAPTCHA — honeypots catch dumb bots, CAPTCHAs catch smart ones.
How it works:
- Add
[honeypot your-field-name]anywhere in your CF7 form template. - The plugin renders a hidden text input that’s invisible to humans.
- Spam bots auto-fill every field they find, including the honeypot.
- If the honeypot has a value on submission, the form is silently rejected.
Installation
- Upload the
web-ok-honeypot-lite-for-cf7folder to/wp-content/plugins/. - Activate the plugin through the Plugins menu.
- Edit any Contact Form 7 form and click the honeypot button in the toolbar, or manually add
[honeypot your-field-name]to your form template.
That’s it. No settings to configure.
Faq
No. Just add the [honeypot] tag to your form and the plugin handles everything else.
Absolutely. Honeypots and CAPTCHAs complement each other — honeypots catch simple bots that fill every field, while CAPTCHAs catch more sophisticated ones.
The bot sees a fake success message (“Your message has been sent”), so it thinks the submission went through. No email is actually sent.
Yes. Web Ok Honeypot Lite uses the same [honeypot] form tag, so you can deactivate the old plugin and activate this one — no form changes needed.
No. The plugin adds one tiny CSS file (under 1KB) and a few lines of PHP. There are no JavaScript files, no external requests, and no database queries.
Reviews
Changelog
1.0.0
- Initial release.
- Honeypot form tag for Contact Form 7.
- Silent success response for caught bots.
- Tag generator button in CF7 form editor.