leuchtfeuer / mautic-multiselect-handling
A Mautic plugin that improves the handling of multiselect contact fields in forms and campaigns.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
Open Issues: 1
Type:mautic-plugin
pkg:composer/leuchtfeuer/mautic-multiselect-handling
Requires
- php: ^8.1
- ext-json: *
- mautic/core-lib: ^5.0
- mautic/plugin-social: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.4
- phpunit/phpunit: ^9.5
- symfony/browser-kit: ^5.4
This package is auto-updated.
Last update: 2026-02-05 15:49:27 UTC
README
Enhanced Mautics ability to handle the fieldtypes “Select” & “Multiselect”. Handling of fieldtype "Select" was introduced in later version, thus the naming "multiselect".
Requirements for this release
Tip
Other releases of this plugin may cover different Mautic versions!
- Mautic 5.x (min. 5.1)
Installation
Composer
This plugin can be installed through composer.
Manual Installation
Alternatively, it can be installed manually, following the usual steps:
- Download the plugin
- Unzip to the Mautic
pluginsdirectory - Rename folder to
BundleName - In the Mautic backend, go to the
Pluginspage as an administrator - Click on the
Install/Upgrade Pluginsbutton to install the Plugin. OR - If you have shell access, execute
php bin\console cache:clearandphp bin\console mautic:plugins:reloadto install the plugins.
Configuration
Role Permissions
Usage
Form Action
- Set up custom field(s) with multiselect or select type, which will contain a list of Segments for synchronization. Needs to have the same alias.
- Add form action "Modify Segment Membership based on Multiselect".
After form is submitted the Contact will be added/removed to/from segments according to the multiselect or select value(s) selected in the form action.
Campaign action "Change contact's multiselect field"
- Select managed multiselect field.
- Select values to add to multiselect field. In case this value is empty no values will be added.
- Select values to remove from multiselect field. In case this value is empty no values will be removed.
Campaign action "Change contact's select field"
- Select managed select field.
- Select value to set as the value of a select field. In case this value is empty the value will be not set by this action.
- Select values to remove from a select field. In case this value is empty no values will be removed.
Campaign action: “Change Segment membership based contact field”
- Select managed select or multiselect field
- Contacts will be added/removed to/from segments corresponding to the chosen select / multiselect field values
Add or remove segments based on this contacts “select” or “multiselect” field values. Values present in the contact field will be added as segments. Values not present, but available in multiselect field, indicate segments to be removed.
API support
Known Issues
List any current issues or limitations.
Troubleshooting
Make sure you have not only installed but also enabled the Plugin.
If things are still funny, please try
php bin/console cache:clear
Change log
Future Ideas
Mention any planned updates, features, or ideas for future development.
Sponsoring & Commercial Support
We are continuously improving our plugins. If you are requiring priority support or custom features, please contact us at mautic-plugins@leuchtfeuer.com.
Get Involved
Feel free to open issues or submit pull requests on GitHub. Follow the contribution guidelines in CONTRIBUTING.md.”
Credits
@beetofly @biozshock @ekkeguembel @lenonleite @LeonOltmanns @PatrickJenkner
Author
Leuchtfeuer Digital Marketing GmbH Please raise any issues in GitHub. For all other things, please email mautic-plugins@Leuchtfeuer.com
License
“This plugin is licensed under the MIT License. See the LICENSE file for more details.”
Resources / Further Readings
Provide links to any related resources or further readings.