This plugin requires
- Craft CMS 3.x or Craft CMS 4.x.
- Formie 2.x
We are no longer actively developing this plugin and won't upgrade it to Craft 5. The maintainers of Formie have added the integration natively.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project -
Then tell Composer to load the plugin:
composer require digitalpulsebe/craft-formie-friendly-captchawhen using Craft 3.x use plugin version 1:
composer require digitalpulsebe/craft-formie-friendly-captcha:^1.0.0 -
In the Control Panel, go to Settings → Plugins and click the “Install” button for Friendly Captcha. Or run:
php craft plugin/install formie-friendly-captcha
Create an account for Friendly Captcha https://friendlycaptcha.com/
Generate a sitekey and an API key and put them in the plugin settings or .env-file
Find the settings under Formie > Settings > Captchas > Friendly Captcha
Friendly Captcha will update the content of the form, it will trigger a javascript alert "Changes you made may not be saved." when leaving the page. Read Formie configuration documentation
To avoid this, use this option in config/formie.php:
[
'enableUnloadWarning' => false,
]Install the Friendly Captcha plugin to use Friendly Captcha outside of Formie.
The Friendly Captcha widget and logo belong to Friendly Captcha

