This Mautic plugin adds the functionality to use mosparo in your Mautic form.
The Mautic plugin adds the functionality to protect your forms in Mautic with mosparo. mosparo can filter spam submissions before they get processed by Mautic.
Please see our How to use introduction on our website to learn how to use mosparo in your form.
In step 3 of the how-to-use explanation, you must integrate mosparo into your Mautic installation. Please follow the Installation part below for this process.
To use the plugin, you must meet the following requirements:
- A mosparo installation (v1.0 or newer)
- A Mautic installation (v5.0 or newer)
To use the plugin, please follow these installation instructions:
- Download the package from the releases page
- Extract the package
- Upload the directory
MosparoIntegrationBundle
into theplugins
directory of your Mautic installation - Clear the cache by executing
php app/console cache:clear --env=prod
in the root of the Mautic installation or delete the directoryvar/cache/prod
- Log into Mautic and go to the plugin management page
- Click the button
Install/Upgrade Plugins
in the top right corner - Click on the
mosparo Integration
icon in the list of available plugins - Set the flag
Plugin must be enabled and authorized for this field to work
toYes
- Enter the mosparo connection details to your mosparo project below
- Click
Save
- Open a terminal and change into the root of the Mautic installation
- Execute
composer require mosparo/mautic-integration-bundle:^1.0
- Clear the cache by executing
php app/console cache:clear --env=prod
in the root of the Mautic installation or delete the directoryvar/cache/prod
- Log into Mautic and go to the plugin management page
- Click the button
Install/Upgrade Plugins
in the top right corner - Click on the
mosparo Integration
icon in the list of available plugins - Set the flag
Plugin must be enabled and authorized for this field to work
toYes
- Enter the mosparo connection details to your mosparo project below
- Click
Save
To use the mosparo integration, please do the following steps:
- Edit your form
- Choose the field type
mosparo
from the dropdown and configure the field according to your needs. - If you want to use a different connection for one of your forms, you can choose not to use the default connection when you edit the field. You will then see additional connection fields to set up the mosparo connection for this form.
- Save your form
Please do not use other spam protection methods like captcha, honeypot, or other 3rd party services.