Skip to main content  Mautic Marketplace

firemultimedia/mautic-multi-captcha-bundle

Description

This plugin brings Google's reCAPTCHA, hCaptcha, and Cloudflare Turnstile integration to mautic.


Downloads

781

Favers

12

Stars

12

Forks

37

Open issues

3

Dependents

0

Last updated
Language
PHP
Maintainers
Repository
FireMultimedia/mautic-multi-captcha-bundle on GitHub
Package versions (9)
No ratings
0 reviews
Reviews

No reviews yet.

Write a review

Loading authentication...


Install instructions
Use this method to install plugins directly from the Mautic Marketplace using the built-in CLI command.
  1. Open your terminal and navigate to your Mautic root directory.

  2. Run the following command to install the plugin: php bin/console mautic:marketplace:install author/plugin-name-bundle

  3. Go to Settings > Plugins in the Mautic UI.

  4. Find it on the screen and click to configure the plugin.

Use this for third-party plugins that are not available on Composer or when your Mautic instance uses the standard production package.
  1. Download and unzip the plugin.

  2. Rename the folder so it matches the internal bundle name, for example MauticRecaptchaBundle or CustomObjectBundle.

  3. Upload the folder to the /plugins/ directory of your Mautic installation, for example /var/www/mautic/plugins/MyCustomPluginBundle/.

  4. Go to Settings > Plugins and click Install/Upgrade Plugins.

  5. Once done, find it on the screen and click to configure the plugin.