About ReCaptchaV2
ReCaptchaV2 integrates V2 AND V3 of Google's ReCaptcha service into MODX as a FormIt hook. It supports the "invisible" ReCaptcha style as well as the latest ReCaptcha V3 implementation.
This Extra is maintained in Github: https://github.com/sepiariver/recaptchav2. Bug reports, comments and suggestions welcome.
Check https://sepiariver.com/modx/recaptchav2-supports-recaptchav3/ for more info.
Information
Released
March 30, 2019
Supported Database
MySQL
License
GPLv2
Instructions
<p class="p1">Install via Package Management.</p><p class="p1">You must generate API keys for your domain here: [https://www.google.com/recaptcha/admin](https://www.google.com/recaptcha/admin). Be sure to generate keys for the version of ReCaptcha you wish to implement. Enter them into the System Settings before you can use ReCaptchaV2/3.</p><p class="p1">Please view the README in the package or on <a href="https://github.com/sepiariver/recaptchav2" title="" target="_blank">Github</a> for usage examples, or see: <a href="https://sepiariver.com/" title="" target="_blank">https://sepiariver.com/modx/recaptchav2-supports-recaptchav3/</a></p><div class="form-item"><p>This Extra is maintained in Github: <a href="https://github.com/sepiariver/recaptchav2" title="SepiaRiver Github" target="">https://github.com/sepiariver/recaptchav2</a> Bug reports, comments and suggestions welcome.</p><div class="form-item"><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p></p></p>
New in 3.1.0-rc1
Better handling of Snippet properties Better support multiple forms
3.0.1-rc1Add token_key System Setting to build pkg Set expected hostname from MODX config
3.0.0-rc1Formalize support for ReCaptcha V3 Cleaned up sample Chunk for "Invisible" V2 Release candidate could use more testing
2.3.0-rc1Add support for "Invisible Recaptcha" implementation Support custom TPL chunk Thanks to @gadgetto for German lexicons Thanks to @matdave for validator option
2.2.1-beta1Adds support for lexicons [PR 19](https://github.com/sepiariver/recaptchav2/pull/19) Thanks to: https://github.com/lawebfabric
2.0.2-rc1Set default request method to CurlPost
2.0.1-rc1Tiny bit of code cleanup
2.0.0-rc1Update Google Recaptcha class to latest 1.1.2 https://github.com/google/recaptcha
1.0.0-rc1Fixes for Login package compatibility
0.9.2-beta1Initial Beta Release.