improve captcha documentation
This commit is contained in:
parent
e5f89165cb
commit
2ea3df2b5e
|
|
@ -18,6 +18,11 @@
|
|||
|
||||
// Google reCaptcha v2 secret. Obtain your key from https://www.google.com/recaptcha/admin/create
|
||||
// Enter your secret key below and be sure to integrate reCaptcha into your site with your site key.
|
||||
//
|
||||
// <script src="https://www.google.com/recaptcha/api.js"></script>
|
||||
// <div class="g-recaptcha" data-sitekey="your_site_key"></div>
|
||||
//
|
||||
// Leave blank to disable (Not a good idea).
|
||||
$reCaptchaSecret = "";
|
||||
|
||||
// $excludeFields is a list of field names seperated by commas. Field names listed here will not
|
||||
|
|
|
|||
Loading…
Reference in New Issue