A client of mine had an existing captcha that requested the word "send" on a non-drupal site and wanted the same type of functionality. Foo almost does this but needs to be able to display to admins a configuration option and then recall that option when the captcha is actually used.

CommentFileSizeAuthor
foo_captcha.patch1.47 KBsteve.colson

Comments

steve.colson’s picture

Bumping this. Has anyone had time to look at or test the patch?

soxofaan’s picture

(sorry for the delay)

At first sight the patch looks okay, but if it gets committed, foo_captcha should be renamed to something more sensible and descriptive ;)

Moreover, there is also http://drupal.org/project/riddler which implements more or less the feature you request.

steve.colson’s picture

Status: Needs review » Closed (fixed)

Cleaning this up. I didn't look extensively at riddler but it looks like it might do something similar to the original request, even if slightly heavier weight at it.

michael_lessard_micles.biz’s picture

A relatively stupid question :

with this patch, can we enter more than one answer possible ? (for different spellings for example)

steve.colson’s picture

Michael,

No, the patch was intended for a single instance of a single word only. The riddler module does allow for multiple correct answers according to the project page (see link on #2).