Web Development Blog

by Ei Sabai Nyo

23 Jul, 2009

Customising reCAPTCHA Theme    

reCAPTCHA Custom Theme

I have been using reCAPTCHA a lot lately, but the default UI is not very intuitive nor pretty. Thanks to reCAPTCHA Wiki, I found out that you can customise the look and feel of reCAPTCHA using theme option. See below for my sample code.

<script type="text/javascript">
    var RecaptchaOptions = {
        theme : 'custom'
    };
</script>

<div id="recaptcha_container">
    <label for="recaptcha_response_field">Enter the two words below:</label>
    <input type="text" id="recaptcha_response_field" name="recaptcha_response_field" class="text" />
    <div id="recaptcha_image"></div>
    <p>Choose captcha format: <a href="javascript:Recaptcha.switch_type('image');">Image</a> or <a href="javascript:Recaptcha.switch_type('audio');">Audio</a> </p>
    <input type="button" id="recaptcha_reload_btn" value="Get new words" onclick="Recaptcha.reload();" />
</div>

<script type="text/javascript" src="http://api.recaptcha.net/challenge?k=INSERT_KEY_HERE">
</script>

<noscript>
    <iframe src="http://api.recaptcha.net/noscript?k=INSERT_KEY_HERE"> height="300" width="500" frameborder="0"></iframe>
    <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea>
    <input type="hidden" name="recaptcha_response_field" value="manual_challenge" />
</noscript>
Love what you've just read? Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
Your name:   Your email:  

11 Responses to “Customising reCAPTCHA Theme”

  1. chris says:

    fantastic. worked perfect.

  2. Paulo Gomes says:

    Great and working with reCatpcha cakephp helper :)

  3. Reed says:

    Thanks – it works great!

  4. Drew says:

    Thanks very much for this.

  5. Scott says:

    Works Great, Thanks!
    One question though, If I wanted to change the size of the recaptcha box, how would one go about doing so.

  6. eisabai says:

    Hi Scott, you won’t be able to change the size of recaptcha image, but you can change the size of the input field via CSS.

  7. scott says:

    I actually figured out a way of doing it via CSS.

    Like everything else this took hours of researching and some tweaking. I figured I would share to pay back to all of those that have helped me when I’m stumped.

    Simple add this to your stylesheet:

    #recaptcha_image img { width: 276px; }

    Obviously you can change the width to whatever you want.

    ~cheers~

  8. eisabai says:

    Thanks for sharing, scott.

  9. scott says:

    hmmmmm, just the other day reCaptcha stopped working?

    Where the words are suppose to display it is now showing:

    Input error: Invalid referer

    Any ideas?

  10. scott says:

    I fixed the problem, not to sure what caused it. But simply setting up new API code and changing on necessary pages solved the issue….

  11. Satyadeep says:

    Hello, this tip was very useful.
    Its working fine on Firefox and Chrome, but on IE 6 in Win XP, it is saying errors on the page and then the captcha is not displayed.

    Any solution??

Profile PicHello! Welcome to Web development blog! My name is Ei Sabai and on this blog, I write about web development, mobile app development, latest web technologies and the likes. Read more about me or have a look at some of the tips & resources I've written.
Subscribe to our newsletter to receive tips, resources and special offers related to web development & design.
We do NOT spam.
Your name:  
Your email:  

Tips & Resources

Tips & Resources
WordPress Web Hosting
Recommended web hosting providers for WordPress 3.0
iPhone Native App Development
Important steps into iPhone app development for beginners
iPhone Web App Development
Tips for iPhone web app development
Coupons for Web Developers
Get discounts on web hosting, domain names, templates, etc
10 Useful jQuery Snippets
Easy-to-use jQuery snippets for any website
HTML Email Newsletter
Step-by-step tutorial on how to code an HTML email newsletter
  • bluehost Hosting $6.95/month
  • Joomla Templates

Recommended Book

Categories