Skip to content

Instantly share code, notes, and snippets.

@Rameshwar-ghodke
Created October 6, 2020 11:08
Show Gist options
  • Save Rameshwar-ghodke/62132d9d72df6c5cbaba40183adaf5b2 to your computer and use it in GitHub Desktop.
Save Rameshwar-ghodke/62132d9d72df6c5cbaba40183adaf5b2 to your computer and use it in GitHub Desktop.
Add Captcha code in form Bootstrap or using html
<div class='col-md-12 col-sm-12 form-group mb-2 mx-auto'>
<div class="g-recaptcha" data-sitekey="6LfKURIUAAAAAO50vlwWZkyK_G2ywqE52NU7YO0S" data-callback="verifyRecaptchaCallback" data-expired-callback="expiredRecaptchaCallback"></div>
<input class="form-control d-none" data-recaptcha="true" required data-error="Please complete the Captcha">
<div class="help-block with-errors"></div>
</div>
<script src='https://www.google.com/recaptcha/api.js'></script>
// more details
https://bootstrapious.com/p/bootstrap-recaptcha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment