17488 Posts in 4473 Topics by 1978 members
| Go to End | Next > | |
| Author | Topic: | 3740 Views |
-
Form Verification

1 September 2008 at 6:50am
Hi,
Does anyone know of a way to incorporated form verification to prevent spam form submissions? Something along the lines of the the random word images that the user has to enter in to prove they are human. See screenshot for example of what I'm talking about.
Thanks!
-
Re: Form Verification

1 September 2008 at 11:44am
There is nothing built in by default.
I'd take a look at http://recaptcha.net/captcha.html as it's probably the simplest.
-
Re: Form Verification

1 September 2008 at 3:27pm
You can try out ingos module for recaptcha - http://open.silverstripe.com/browser/modules/recaptcha/trunk or if you need basic protection for your page comments you can add this to your _config.php for the standard MathSpam protection - MathSpamProtection::setEnabled();
-
Re: Form Verification

2 September 2008 at 1:51am
Does the MathSpamProtection work in 2.2.2 or just trunk builds? Last time I went to use it, it wasn't working but this was a long time ago, probably with 2.2.1 or earlier.
-
Re: Form Verification

2 September 2008 at 12:22pm
Hi, can you please let me know how to add form protection using MathSpamProtection...or is there a document somewhere.
Cheers
-
Re: Form Verification

2 September 2008 at 12:37pm
Its pretty simple to add it - http://doc.silverstripe.com/doku.php?id=mathspamprotection
You just need to add MathSpamProtection::setEnabled(); to your _config.php file and it will add the Math Spam question to your comment form
-
Re: Form Verification

2 September 2008 at 1:07pm
Will this work on subscriber forms etc as well...or is there anything else that will stop spam through contact forms?
| 3740 Views | ||
| Go to Top | Next > |



