Sunday, August 25, 2013

Recaptcha gem with custom theme using bootstrap form controls

Recently i have used recaptcha gem in one of my rails application with custom bootstrap form controls. Here i am sharing my codes, so that someone can get help from this. Thanks to the creator of this awesome jsfiddle, because I have followed this to create the custom recaptcha bootstrap theme.

First of all checkout installation documentation of recaptcha gem here and add it to your application. 

Now check my gist below. app/views/shared/_recaptcha.html.haml file is the main file which generates the recaptcha with custom bootstrap theme.



Here is the output of recaptcha custom theme using bootstrap form controls. Enjoy!