This project has been pruned to ONLY support Mautic 6. You can use it with Mautic 5 as well, but we do not officially support this. Any issues opened from Mautic 5 will be regarded as spam.
- Execute
composer require firemultimedia/mautic-multi-captcha-bundle
in the main directory of the mautic installation - flush the cache
php bin/console cache:clear
. - Navigate to the Plugins page and click "Install/Upgrade Plugins".
You should now see three new plug-ins.
Collect your keys from hCaptcha and place them here:
The hCaptcha field in the Mautic form can be configured under the "Properties" tab.
Collect your keys from Google reCAPTCHA and place them here:
The Google reCAPTCHA field in the Mautic form can be configured under the "Properties" tab. Google reCAPTCHA will rank traffic and interactions based on a score of 0.0 to 1.0, with a 1.0 being a good interaction and scores closer to 0.0 indicating a good likelihood that the traffic was generated by bots.
Collect your keys from the Cloudflare dasboard (under Turnstile -> Add widget) and place them here:
The Cloudflare Turnstile field in the Mautic form can be configured under the "Properties" tab.
Add the "hCaptcha" field to the form and save changes.
Explicit consent mode: | Implicit consent mode: |
---|---|
![]() |
![]() |
Add the "Google reCAPTCHA" field to the form and save changes.
Explicit consent mode: | Implicit consent mode: |
---|---|
![]() |
![]() |
Add the "Google reCAPTCHA" field to the form and save changes.
Explicit consent mode: | Implicit consent mode: |
---|---|
![]() |
![]() |
Add the "Cloudflare Turnstile" field to the form and save changes.
Explicit consent mode: | Implicit consent mode: |
---|---|
![]() |
![]() |