Quick ReCaptcha Tip: Change the Theme

Published January 7, 2008

After a comment from An Vu, i checked up on how to change reCaptcha themes - turns out it's really easy. Because many users don't know how to change the reCaptcha options like the theme or the language, i'm posting this little tip.

To change the theme and other options, simply create a dictionary called RecaptchaOptions in a script-tag:

<script>
var RecaptchaOptions = {
   theme: 'clean'
};
</script>

For further reference check the API documentation. ReCaptcha's like the one Facebook uses in their sign-up, can be created by using the 'custom' theme setting.

Comments

Reply