WP Manifestindependent plugin directory
manifest / forms / cf7-spam-filter

CF7 Spam Plugin

Layered spam filtering for Contact Form 7 (honeypot, rate limits, URL checks, blocklists, and more).

by Pivotal Agency · github.com/pvtl/cf7-spam-filter

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pvtl/cf7-spam-filter/archive/refs/heads/main.zip

Readme

Contact Form 7 Spam Filters by Pivotal Agency

A Contact Form 7 add-on to validate Australian phone numbers and block non-Australian IP addresses.

Installation

# 1. Get it ready (to use a repo outside of packagist)
composer config repositories.cf7-spam-filter git https://github.com/pvtl/cf7-spam-filter.git

# 2. Install the Plugin - we want all updates from this major version (while non-breaking)
composer require pvtl/cf7-spam-filter

Read the full README on GitHub →