A re-captcha field type for validating forms
This plugin requires both Craft CMS 4.0.0-beta.23 or later and 5.0.0 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Add the following code to
composer.json
"repositories": { "flow-re-captcha": { "type": "vcs", "url": "https://github.com/flowsa/flow-re-captcha-craft4.git" }, }
-
Then tell Composer to load the plugin:
composer require /flow-re-captcha
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for FlowReCaptcha.
-Insert text here-
Disable recaptcha submitting the form after google recaptcha response
add attribute data-recaptcha-submit="false"
on the form element
-Insert text here-
Some things to do, and ideas for potential features:
- Release it
Brought to you by Flow Communications