Thanks for this -- i've got it up and workin on my 4.7 site.
any chance for support for recaptcha's theming options:
see http://recaptcha.net/apidocs/captcha/
Look & Feel Customization
You can optionally customize the look of the reCAPTCHA widget with some JavaScript settings. To use these settings, insert a
tag that defines a dictionary called RecaptchaOptions. The following dictionary fields can be set: Key Possible values Default value Meaning theme 'red' | 'white' | 'blackglass' 'red' Defines which theme to use for reCAPTCHA tabindex any integer 0 Sets a tabindex for the reCAPTCHA text box. If other elements in the form use a tabindex, this should be set so that navigation is easier for the user As an example this script tag makes the reCAPTCHA have a white theme and have tabindex 2: var RecaptchaOptions = { theme : 'white', tabindex : 2 };
i'd love to be able to use the 'white' theme.
Thanks again for helping us help out the Internet Archive!
/jt
Comments
Comment #1
robloachGreat idea.... I'll work on putting it into the 5.x branch, and then hopefully it will eventually be ported to the 4.7.x branch.
Comment #2
robloachCommit 78083.... Check your reCAPTCHA settings now for a "Theme Settings" option.
Comment #3
kthagen commented4.7 version now committed to dev. Commit 78415
Comment #4
robloachThanks!
Comment #5
jtrant commentedthanks for the quick turn-around on this request!
jt
Comment #6
robloachI made the tabindex in the theme settings is optional. It also validates as an integer.
Comment #7
kthagen commentedOptional tab index (with validation) committed for 4.7
Comment #8
robloach......You're fast ;-) .
Comment #9
(not verified) commented