Download the PHP package digitalpulsebe/craft-formie-friendly-captcha without Composer
On this page you can find all versions of the php package digitalpulsebe/craft-formie-friendly-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digitalpulsebe/craft-formie-friendly-captcha
More information about digitalpulsebe/craft-formie-friendly-captcha
Files in digitalpulsebe/craft-formie-friendly-captcha
Package craft-formie-friendly-captcha
Short Description Custom Captcha integration for Formie forms
License proprietary
Informations about the package craft-formie-friendly-captcha
Friendly Captcha integration for Formie
Requirements
This plugin requires
- Craft CMS 3.x or Craft CMS 4.x.
- Formie 2.x
⚠️ Abandoning plugin
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.
Installation
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-captcha
when 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
Friendly Captcha keys
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
Configuring Friendly Captcha
Find the settings under Formie > Settings > Captchas > Friendly Captcha
Formie unload warning
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:
Friendly Captcha for other uses
Install the Friendly Captcha plugin to use Friendly Captcha outside of Formie.
Attribution
The Friendly Captcha widget and logo belong to Friendly Captcha
All versions of craft-formie-friendly-captcha with dependencies
digitalpulsebe/craft-friendly-captcha Version ^2.1.0
verbb/formie Version ^2.0.0
ext-curl Version *