Skip to content

A hidden field for SilverStripe forms that will cause validation to fail, if filled out.

Notifications You must be signed in to change notification settings

lrc/silverstripe-spamprotection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam Protection Fields

This module provides a way to apply a variety of spam protection techniques to any Silverstripe form.

Usage

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');

Compatibility

Compatible with Silverstripe 3.0.x. For a 2.4.x compatible version see the 2.4 branch.

Attribution

  • Original module by Jeremy Shipman (see)
  • Extensively modified by Simon Elvery

About

A hidden field for SilverStripe forms that will cause validation to fail, if filled out.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%