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

burnbright/silverstripe-spamprotection-honeypot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Honey Pot Spam Protection Field
===============================

Add this field to any form to introduce spam protection. It is a css-hidden field, which will fail validation if filled out.


To protect PageComments (SS 2.4+), simply add the following to your _config.php file:

	Object::add_extension('PageCommentInterface', 'HoneyPotProtectComments');
	
	
## TODO

 * Provide incorporation with spam protection module.

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