firemultimedia / mautic-multi-captcha-bundle
This plugin brings Google's reCAPTCHA, hCaptcha, and Cloudflare Turnstile integration to mautic.
Installs: 348
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 35
Type:mautic-plugin
pkg:composer/firemultimedia/mautic-multi-captcha-bundle
Requires
- php: ^8.1|^8.2
- ext-json: *
- mautic/core-lib: ^5.0|^6.0|^7.0
This package is auto-updated.
Last update: 2025-10-03 13:29:55 UTC
README
This project has been pruned to ONLY support Mautic 6 and has been tested on Mautic 7.0.0-alpha. 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.
Installation
- Execute
composer require firemultimedia/mautic-multi-captcha-bundlein 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.
Configuration
hCaptcha
Collect your keys from hCaptcha and place them here:
The hCaptcha field in the Mautic form can be configured under the "Properties" tab.
Google reCAPTCHA
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.
Cloudflare Turnstile
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.
Usage in Mautic Form
hCaptcha
Add the "hCaptcha" field to the form and save changes.
| Explicit consent mode: | Implicit consent mode: |
|---|---|
![]() |
![]() |
Google reCAPTCHA v2
Add the "Google reCAPTCHA" field to the form and save changes.
| Explicit consent mode: | Implicit consent mode: |
|---|---|
![]() |
![]() |
Google reCAPTCHA v3
Add the "Google reCAPTCHA" field to the form and save changes.
| Explicit consent mode: | Implicit consent mode: |
|---|---|
![]() |
![]() |
Cloudflare Turnstile
Add the "Cloudflare Turnstile" field to the form and save changes.
| Explicit consent mode: | Implicit consent mode: |
|---|---|
![]() |
![]() |














