Contact Form 7 Honeypot

Wordpress Plugin
Download latest - 2.1.1

Developers

nocean
DaoByDesign

Download Stats

Today 551
Yesterday 774
Last Week 4,823
All Time 712,860
Banner 772x250

This simple addon module to the wonderful Contact Form 7 (CF7) plugin adds basic honeypot anti-spam functionality to thwart spambots without the need for an ugly captcha.

The principle of a honeypot is simple -- bots are stupid. While some spam is hand-delivered, the vast majority is submitted by bots scripted in a specific (wide-scope) way to submit spam to the largest number of form types. In this way they somewhat blindly fill in fields, regardless of whether the field should be filled in or not. This is how a honeypot catches the bot -- it introduces an additional field in the form that if filled out will trigger the honeypot and flag the submission as spam.

Additionally, as of version 2.1, the plugin also features an optional submission time check. This checks how long it takes to submit the form and if under a user-defined threshold, it rejects the submission as spam. This works under the idea (backed up by testing) that spam bots submit forms super fast (usually 1-2 seconds), whereas people take longer.

REQUIRED/RECOMMENDED PLUGINS

You will need Contact Form 7 version 3.0+ at a minimum. It is recommended to use version 5.3+ of CF7, for better spam logging. For the best results, we suggest always using the latest versions of WordPress and CF7.

We highly recommend Flamingo with CF7 and this plugin. Using Flamingo allows you to track spam submissions (via inbound messages / spam tab in Flamingo), showing you what got caught in the honeypot and why. Be sure to check your Honeypot settings to turn storing the honeypot on for this.

SUPPORT / SOCIALS

Support can be found here. Follow us on Twitter and on Facebook for updates and news.

Visit the Honeypot for Contact Form 7 plugin page for additional information or to buy us a coffee to say thanks.

PRIVACY

This plugin does not track users, store any user data, send user data to external servers, nor does it use cookies. This is an addon plugin, and requires Contact Form 7. Please review Contact Form 7's privacy policies for more information.

LOCALIZATION / TRANSLATION

If you'd like to translate this plugin, please visit the plugin's translate.wordpress.org page. As of v1.10, all translation is handled there. Version 2.0 brings a bunch of new strings in need of translation, so a huge thank you to the polyglots that contribute!

LEGACY/OLD VERSIONS

The latest version of this plugin is designed to work with the latest version of Contact Form 7 and Wordpress. If you are using older versions of either, you're best to find the version of this plugin released around the same time as the version you're using. You can access older versions of this plugin by clicking Advanced View on the right of the plugin's page and scrolling to the bottom of the plugin's page. Use at your own risk. We strongly recommend upgrading to the latest versions whenever possible.


Releases (27 )

Version Release Date Change Log
2.1.1 2022-07-12

Fixes small bug when enabling in bulk with other plugins.

2.1 2021-05-03

Added new feature: additional submission time check to improve bot-stopping power! Also, fixed small HTML issue and tidied up shortcode interface.

2.0.5 2021-03-16

Improved backwards compatibility. Solves issues when plugin installed on older versions of CF7.

2.0.4 2021-03-11

Better error checking for missing config problems.

2.0.3 2021-03-07

General code cleanup, better adherence to WP coding standards and fixes for i18n functions.

2.0.2 2021-03-05

Replaced text domain constant with plain string for better i18n compatability in some plugins.

2.0.1 2021-03-05

Hotfix for issue with options not being set on upgrade.

2.0 2021-03-04

A significant update with a bunch of new things. Please see the release notes.

1.14.1 2019-09-19

Minor update to change name to comply with CF7 copyright notice.

1.14 2019-01-21

Added do-not-store for when forms are stored in the DB (i.e. Flamingo). Improved wrapper ID masking and customization.

1.13 2018-02-16

Additional functionality to improve spam-stopping power.

1.12 2017-11-01

Introduces ability to force W3C compliance. See here for details.

1.11 2017-10-24

Addresses accessibility concerns regarding a missing label and disables autocomplete to prevent browser autocomplete functions from filling in the field.

1.10 2016-12-05

Updates for Function/Class changes related to CF7 4.6. Removed plugin local language support, instead use translate.wordpress.org.

1.9 2016-05-19

Added i18n support, French language pack. Thx chris-kns

1.8 2016-02-04

Added wpcf7_honeypot_accessibility_message and wpcf7_honeypot_container_css filters, i18n support.

1.7 2015-06-11

Provides backwards compatibility for pre-CF7 4.2, introduces ability to remove accessibility message.

1.6.4 2015-06-10

Quick fix release to fix PHP error introduced in 1.6.3.

1.6.2 2015-01-27

Small change to accommodate validation changes made in CF7 4.1.

1.6.1 2014-10-22

Small change to accommodate changes made in CF7 3.9.

1.6 2014-04-26

Quite a lot of code clean-up. This shouldn't result in any changes to the regular output, but it's worth checking your forms after updating. Also, you'll note that you now have the ability to add a custom CLASS and ID attributes when generating the Honeypot shortcode (in the CF7 form editor).

1.5 2013-12-13

Added filter hook for greater extensibility. See installation section for more details.

1.4 2013-12-13

Update to make compatible with WordPress 3.8 and CF7 3.6. Solves problem of unrendered honeypot shortcode appearing on contact forms.

1.3 2013-12-04

Update to improve outputted HTML for better standards compliance when the same form appears multiple times on the same page.

1.2 2013-10-04

Small update to add better i18n and WPML compatibility.

1.1 2013-01-08

Small update for W3C compliance. Thanks Jeff.

1.0 2013-01-08