How to... > E-mail forms
Evolution 8 has a build in Captcha function which can be enabled on the Send-tab of the Email Object.
Current version: v0.5
Do you receive a lot of spam through your e-mail forms? One solution is to add a Captcha block to your form. Captcha stands for Completely Automated Public Turingtest to tell Computers and Humans Apart.
A graphic block is added to the form with a code which the (human) user has to enter in a field. The idea is that automated spambots can't do this. However, most Captcha's are cracked, so the safety factor of Captcha's is a point of some discussion.
WebsiteX5 doesn't support Captcha's. So I have written a script which makes it possible to add captcha's to a WebsiteX5 form.
Using it is very easy! Just download, copy/paste it in a HTML-block and edit a few paremeters.
The script is based on the free Captcha implementation, which you can find on the website http://www.snaphost.com/captcha/. The Captcha block looks like this:
And it and has the following advantages:
The disadvantages are:
Using it is easy . First you will have to download the script...
Download the script (right-click, then save target as)
Then just add a HTML object to the page with the form and copy/paste the script in this html-block.
You then have to visit the website http://www.snaphost.com/captcha/ and find the line
<input type="hidden" id="skip_SnapHostID" name="skip_SnapHostID" value="...." />
Make a not of the string which you see after value= "...", because this is generated each time you visit the website. You then have to change a few parameters in the script to get it up-and-running.
Instruction video
To show you just how easy it is to add a Captcha block to your mailforms i've compiled a small instruction video for you!
A few last lines:
Know issues (I'm working on them...)