This module acts as a filter for User Defined Forms. Also works with Userforms element. For websites that has constant spam issues and spammers getting through Recaptcha or any other gateway, this acts as a lower level screening module.
Use composer to install on your SilverStripe 4 website.
composer require silverstripers/udf-spam-protection dev-master
- Silverstripe 4+
- Silverstripe Userforms
Once the module is installed it gives you a set of configuration options that can be used to filter / idenfity spam. The options are in the Siteconfig/settings. Lets you set up
- IP addresses you want to block
- Keywords and patterns that you want to block
- Email addresses that you want to block
- Set up throttling rates per IP address.
PS: thanks for CraftCMS Free Form plugin for the idea :)