First, a little bit of background info for those who are not familiar with the concept of reverse CAPTCHAs. The idea is to add a field which is hidden from humans (usually floated -10000 pixels to the left) and doesn't receive keyboard focus. Since it's impossible to edit, humans will never fill it, but spam bots who just parse the HTML will. Programmaticaly, this is trivial to implement.
BUT: Browsers' auto-complete is too good. In order to have spambots fall for this trick, you have to use a field name which they are likely to fill in, like name2, email2, address3 or something like that. Guess what? Most browsers' auto completion also works like the spam bots and may fill in that invisible field for you, disabling your access to that site. Ouch!
That said, this feature is already on my to-do list and it'll come with a warning.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!