Created
October 6, 2020 11:08
-
-
Save Rameshwar-ghodke/62132d9d72df6c5cbaba40183adaf5b2 to your computer and use it in GitHub Desktop.
Add Captcha code in form Bootstrap or using html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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