/mautic-recaptcha

This Plugin brings reCAPTCHA integration to mautic.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Mautic reCAPTCHA Plugin

license Packagist mautic

This Plugin brings reCAPTCHA integration to mautic 3.

Ideas and suggestions are welcome, feel free to create an issue or PR on Github.

Licensed under GNU General Public License v3.0.

Installation via composer (preferred)

mautic 2

Execute composer require koco/mautic-recaptcha-bundle:1.* in the main directory of the mautic installation.

mautic 3

Execute composer require koco/mautic-recaptcha-bundle:3.* in the main directory of the mautic installation.

Installation via .zip

Download the .zip file, extract it into the plugins/ directory and rename the new directory to MauticRecaptchaBundle.

Clear the cache via console command php app/console cache:clear --env=prod (might take a while) OR manually delete the app/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.

plugin config

Usage in Mautic Form

Add "reCAPTCHA" field to the Form and save changes. mautic form