PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

How to customize reCaptcha

  1. dreamwhisper
    Member

    How would you implement http://code.google.com/apis/recaptcha/docs/customization.html for reCaptcha customization. The form I'm working on is in the sidebar and the reCaptcha is far too wide. It would also be nice to implement this to make the standard look a bit nicer.

    Posted 14 years ago on Monday July 26, 2010 | Permalink
  2. You can currently select from different standard reCaptcha themes in the settings if you don't like the default.

    screenshot

    As far as custom theming, I'm not 100% sure the level of effort required to implement that. It might mean changing core files which isn't recommended.

    You could probably do just as well with some custom reCaptcha CSS added to your theme.

    Also, be aware that the standard width of the reCaptca image is 300px so using it in a sidebar, even with a custom theme may prove to be difficult. You could resize the image, but if you scale it down, it will make it even more difficult to read and more difficult for people to use.

    We plan to add more spam protection options in the future, but for now, you might try something like this.

    http://forum.gravityhelp.com/topic/hashcash-akismet-and-honey-pots#post-4031

    It may be better suited to a form in the sidebar.

    Posted 14 years ago on Monday July 26, 2010 | Permalink