=== Gravity Forms Zero Spam === Contributors: gravityview, karpstrucking, supporthero Tags: gravityforms, gravity forms, anti-spam, antispam, spam, spam-blocker, spambot, spammer, addons, add-ons Requires at least: 3.0.1 Tested up to: 5.7.1 Stable tag: trunk Requires PHP: 5.2.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Enhance your Gravity Forms to include anti-spam measures originally based on the work of David Walsh's "Zero Spam" technique. == Description == This Gravity Forms add-on blocks spam using a non-obtrusive anti-spam measure. There are no settings or configuration needed: all you need to do is activate the plugin! **reCaptcha is user-hostile!** Use this instead! Users don't need to click stoplights, crosswalks, or bicycles when you use this plugin to stop spam. Requires [Gravity Forms](https://www.gravityforms.com/?partner_id=1210629&irgwc=1&utm_medium=affiliate&utm_campaign=1210629&utm_source=Katz%20Web%20Services%2C%20Inc.). _Brought to you by [GravityView](https://gravityview.co?utm_source=plugin&utm_campaign=zero-spam&utm_content=readme). We create essential Gravity Forms Add-Ons._ == Frequently Asked Questions == = Is this plugin PHP 7 compatible? = Yes. = Does this plugin work in combination with other CAPTCHAs or spam blocker plugins? = Yep, you can use this plugin in combination with all other spam-blocking plugins: - Gravity Forms' Google reCaptcha feature - WPBruiser - Akismet - Gravity Forms' honeypot fields - GravityCaptcha - СleanTalk - WP Armor - fail2ban Zero Spam will not interfere with the operation of those plugins. = What version of Gravity Forms does this work with? = This works with all Gravity Forms releases after v2.3 (released June 2017). The plugin also blocks bots in the latest Gravity Forms 2.5! = Will this block spam comments or registrations on my site? = No. For that, we recommend Ben Marshall‘s [WordPress Zero Spam plugin](https://wordpress.org/plugins/zero-spam/). == Changelog == = 1.1 on April 2021 = * Improved: The JavaScript code that adds the spam-catching field is now output at the same time as Gravity Forms' inline JavaScript. - The script is only loaded when forms are displayed - jQuery is always available because Gravity Forms loads it as-needed = 1.0.7 on March 18, 2021 = * Fixed: All entries marked as spam for AJAX-enabled forms. Sorry, folks! Won't happen again. * Went back to using jQuery to listen to form submissions. = 1.0.6.1 on March 15, 2021 = * Fixed: JavaScript "null is not an object (evaluating 'el.addEventListener')" error on pages without a form = 1.0.6 on March 11, 2021 = * Improved: No longer requires jQuery * Fixed: Only checks for spam on submissions that were submitted by a form, not for entries created programatically = 1.0.5 on February 16, 2021 = The Gravity Forms Zero Spam plugin is now maintained by [GravityView](https://gravityview.co?utm_source=plugin&utm_campaign=zero-spam&utm_content=changelog). We look forward to continuing to improve this simple, effective spam blocker for Gravity Forms. Thanks to GoWP for their great work! * Improved: Only add anti-spam JavaScript when the Gravity Forms plugin is active * Fixed: Sanitized key, in case there were any unsafe characters generated by overriding the `random_password` filter. * Fixed: Made `GF_Zero_Spam::deactivate` a static method * Updated: Now using the `wp_print_footer_scripts` action to add the script (was `wp_footer`) = 1.0.4 = * Should fix 'jQuery undefined' errors = 1.0.3 = * Added support for multi-page forms (thanks, @supporthero) = 1.0.2 = * Update FAQ and compatibility notes in readme.txt = 1.0.1 = * Fix issue with forms not submitting after an initial validation error = 1.0.0 = * Initial version