Log in

View Full Version : Human form submit



paulyoung-so40
09-14-2008, 11:31 AM
Hi all,

im shre that many of you have come across a "im human" form validater where they make you type the contents of a picture in a box


but dose anyone know the script to make it so that they have to type 6 in a text box for it to submit properly - and perhaps if 6 isint type in the box the it redirect you to "http://google.com" as an example


If anyone could help i would most apreceate it


Thanx in advance

Paul

SpOrTsDuDe-Reese
09-15-2008, 08:16 PM
That is called a captcha. There are many scripts out there on google for this.

Medyman
09-16-2008, 01:50 AM
To add to what SpOrTsDuDe-Reese posted:

It sounds like you're particularly looking for the "Turing (http://en.wikipedia.org/wiki/Turing_test)" variety of CAPTCHA. Again, a Google Search might help.

I know of a plugin for Moveable Type that does this. I'm sure it's probably been ported to other CMS systems. You could of course just take the plugin's code and implement it into your own system. If you're developing your own system, you probably know how to do this. If not, post back :D