Skip to content

georstef/bootstrap-recaptcha

Repository files navigation

reCAPTCHA for Bootstrap

reCAPTCHA themes based on Bootstrap and Font Awesome!

View all the themes! ...still on Pre-alpha!

Requirements

How To Use

  • copy the HTML snippet in your <form> element (like this)
<form action="" method="post">

    <!-- bootstrap-reCaptcha HTML snippet goes here -->

</form>
  • replace your_public_key with your public key
  • (optional) download theme's CSS and include it into your project

Development

Prerequisites

  • node.js
  • Grunt's command line interface (CLI) installed globally:
$ npm install -g grunt-cli

Run

To run it for the first time install the Node packages:

$ npm install

Execute the grunt command and visit the localhost:8844

$ grunt

About

reCAPTCHA themes based on Bootstrap and Font Awesome!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published