This module provides a way to apply a variety of spam protection techniques to any Silverstripe form.
To protect the default Silverstripe PageComments form (SS 2.4.x), simply add the following to your _config.php file:
Object::add_extension('PageCommentInterface', 'SpamProtection_ProtectForm');
Compatible with Silverstripe 3.0.x. For a 2.4.x compatible version see the 2.4 branch.
- Original module by Jeremy Shipman (see)
- Extensively modified by Simon Elvery