WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by lilaeamedia v2.2.5

Invisible Anti Spam for Contact Form 7

Simple, lightweight, no captcha, no configuration. Just works.

Invisible Anti Spam for Contact Form 7

The facts

Rating
2.3★ from 3
Active installs
200+
Price
Free
Last updated
12 Jan 2020
Added
May 2017
Requires WP
5.2
Tested up to
WP 5.3.23
Requires PHP
5.6
Downloads
3,380

Our analysis

AI-assisted

Invisible Anti Spam for Contact Form 7 (Simple No-Bot) is a WordPress plugin designed to reduce spam submissions in Contact Form 7 by using JavaScript to detect bot interactions. It aims to prevent spam without the need for captchas, which can hinder user conversions. The plugin allows for configuration options to adjust spam detection parameters and manage flagged IP addresses.

This plugin is suitable for users who want to enhance their Contact Form 7 forms' spam protection while maintaining a user-friendly experience. It is particularly useful for those who have experienced issues with spam submissions and prefer a lightweight solution.

Best for: This plugin suits website owners using Contact Form 7 who want to reduce spam without compromising user experience.

What it does well

  • Uses JavaScript to detect spam bots
  • Configurable options for spam detection and IP management
  • Lightweight solution without captchas

Where it falls short

  • Rated 2.3 out of 5 from 3 ratings
  • Limited information on performance and effectiveness
  • Last updated in January 2020

Verdict

Invisible Anti Spam for Contact Form 7 offers a straightforward approach to spam prevention, but its low rating and outdated status may be a concern for some users.

From the developer

lilaeamedia's own description of Invisible Anti Spam for Contact Form 7, lightly tidied.

Simple No-Bot uses javascript to detect if Contact Form 7 is being submitted by a spam bot.

We wrote this when clients were reporting hundreds of bogus contact forms were getting past Honeypot, but did not want to add a captcha that would impact conversions.

This lightweight script has been extremely effective for eliminating spam messages from Contact Form 7 (and other forms) submissions. It does not pretend to be a complete anti spam solution.

Important

SNB REJECTS SUBMISSIONS UNLESS THE USER INTERACTS WITH THE FORM. In earlier versions of SNB, the submit button was disabled until this threshold was met. You can now set this option in wp-config.php (see below).

In most cases it will be enabled after the user starts typing in the first field. It has not broken your form.

Please report any feedback and false negatives/positives on our support form at http://www.lilaeamedia.com/contact/ before posting a crappy review. Thanks.

New! Improved!

You can now hook Simple No Bot into any form. The filter below will return TRUE if bots are detected.

$is_spam = FALSE; // you can use whatever flag is being used by your plugin. 
$is_spam = apply_filters( 'snb_test_spam', $is_spam );

We have added additional analysis to detect pesky bots that can mimic browsers and run scripts.

SNB now keeps a list of IPs as they are flagged as spam and automatically fails them. The oldest IPs are pruned when it reaches 100 (or SNB_MAX_SPAM_IPS, see below). You can pass ?snb_flush=true as Admin to flush all spam IPs.

You can disable the submit button until the event threshold is reached by adding the following flag to wp-config.php:

define( 'SNB_DISABLE_SUBMIT', TRUE );

Other configurable options:

define( 'SNB_SPAM_THRESHOLD', 2 ); // maximum score before being considered spam
define( 'SNB_MIN_EVENTS', 2 ); // minimum number of events required to fetch token
define( 'SNB_BLOCK_SPAM_IPS', TRUE ); // use IP blocking on hard fails
define( 'SNB_SPAM_IP_LIFESPAN', 60 * 60 * 24 * 30 ); // time before spam ips expire - default 30 days
define( 'SNB_MAX_SPAM_IPS', 100 ); // max number of IPs to store before rotating
define( 'SNB_SESSION_LIFESPAN', 60 * 30 ); // time token is valid to send message - default 30 minutes<h3>Support</h3>

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for stopping spam.

Akismet Anti-spam: Spam Protection

The best anti-spam protection to block spam comments and spam in a contact form. The most trusted antispam sol...

Free 5M+ installs 4.7★ (1,186)
Disable Comments

Allows administrators to globally disable comments on their site. Comments can be disabled according to post t...

Free 1M+ installs 4.7★ (280)
Antispam Bee

Sophisticated antispam plugin for effective daily comment and trackback spam-fighting. Built with data protect...

Free 700k+ installs 4.8★ (226)
Advanced Google reCAPTCHA

Captcha protection against spam comments &amp; brute force login attacks using Google reCAPTCHA.

Free 200k+ installs 4.8★ (430)