Simple, yet good spam protection module for Silverstripe.
Provides a hidden FormField which allows form to validate for non-bot submissions
by checking if the value in that field is correct.
SpamProtection
moduleuniprotect
directory into your main SilverStripe webrootIf you want to use UniProtect field by itself, you can simply just include it as a field in your form.
$uniprotectField = new UniProtectField('MyUniProtect');
This requires the SpamProtection
module to be installed, see its documentation for details. You can use this field to protect any built informs on your website, including user comments in the Blog
module.
Configuration example in mysite/_config/config.yml
FormSpamProtectionExtension:
default_spam_protector: 'UniProtectProtector'
Then once you have setup this config you will need to include the spam protector field as per the instructions on the SpamProtection
module page.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem