Skip to content

Can Of Spam is an event filter for Symphony that prevents spammers from bombing your forms.

Notifications You must be signed in to change notification settings

symphonists/canofspam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Can Of Spam

Protect your forms against spam with a hidden hash-validation-field.

Installation

** Note: The latest version can always be grabbed with "git clone git://github.com/symphonists/canofspam.git" **

  1. Upload \canofspam in this archive to your Symphony \extensions folder.

  2. Enable it by selecting the "Can Of Spam", choose "Enable/Install" from the with-selected menu, then click Apply.

  3. Add the "Can Of Spam" event to your page (adds the hash to the param pool).

  4. Add the "Can Of Spam" filter to your section event (validates the submitted hash).

  5. Add a hidden "Can Of Spam" field to your form (contains the hash from the param pool).

Example HTML

<input name="canofspam" value="{$canofspam}" type="hidden" />

About

Can Of Spam is an event filter for Symphony that prevents spammers from bombing your forms.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages