
- 1.1.3 Version
- 387 Download
- 151.00 KB File Size
- 1 File Count
- January 8, 2018 Create Date
- October 17, 2019 Last Updated
- Download
This integration brings reCAPTCHA to Mautic.
https://github.com/KonstantinCodes/mautic-recaptcha
Installation via composer (preferred)
Execute composer require koco/mautic-recaptcha-bundle
in the main directory of the mautic installation.
Installation via .zip
- Download the master.zip, extract it into the
plugins/
directory and rename the new directory toMauticRecaptchaBundle
. - Clear the cache via console command
php app/console cache:clear --env=prod
(might take a while) OR manually delete theapp/cache/prod
directory.
Configuration
Navigate to the Plugins page and click "Install/Upgrade Plugins". You should now see a "reCAPTCHA" plugin. Open it to configure site key and site secret.
Usage in Mautic Form
Add "reCAPTCHA" field to the Form and save changes.
File | Action |
---|---|
Download the Recaptcha plugin on Github | Download |
Thanks a lot for the great work you’ve done for this plugin,
I’m using it without problems on my Mautic installation.
Would it be possible to have the plugin to work with reCaptcha v3 ?
Great work! Thank you for such a plugin.
Though I selected reCAPTCHA type:v2 Invisible in Google reCAPTCHA the form field keeps showing as ‘I’m not a robot’ with a tick box.