have a site which over last couple of months has been hit by spam on the contact page, at first i could tolerate it but now getting unbearable numbers of emails coming through.
The site is setup with Warrens CWS site using his contact form on Umbraco 4.0.3 can be seen at www.bmouthyexplorers.org.uk
I now need something to stop spam emails coming though, after reading through the forums there are a number of options but wonder if anyone has worked with the CWS contact form and implementing anti spamming methods in already?
I think the contact form is just a usercontrol in CWS, in which case you can add the ReCaptcha control for .Net to the form pretty easily. You can get the ReCaptcha control for asp.net here: http://code.google.com/apis/recaptcha/docs/aspnet.html the page has instructions on including it in your form and using it on a .net website.
CWS Contact Form & Honeypot/reCaptcha
Hi all
have a site which over last couple of months has been hit by spam on the contact page, at first i could tolerate it but now getting unbearable numbers of emails coming through.
The site is setup with Warrens CWS site using his contact form on Umbraco 4.0.3 can be seen at www.bmouthyexplorers.org.uk
I now need something to stop spam emails coming though, after reading through the forums there are a number of options but wonder if anyone has worked with the CWS contact form and implementing anti spamming methods in already?
I think the contact form is just a usercontrol in CWS, in which case you can add the ReCaptcha control for .Net to the form pretty easily. You can get the ReCaptcha control for asp.net here: http://code.google.com/apis/recaptcha/docs/aspnet.html the page has instructions on including it in your form and using it on a .net website.
is working on a reply...