1 form & multiple segments

Hello,



I need a particular feature. I’d like to let the user choose which segment to subscribe to.

The user should be able to choose the one or more lists that prefers.

If so, how?

Thank you very much in advance.

Hello,

I need a particular feature. I’d like to let the user choose which segment to subscribe to.
The user should be able to choose the one or more lists that prefers.
If so, how?
Thank you very much in advance.

Follow this guide is pretty much the same process only change unsubscribe by subscribe option

https://medium.com/@NinJoan/simplest-way-to-make-a-unsubscribe-system-for-mautic-4f307850cce2

@armando https://mautic.org/docs/en/contacts/contact_preference_center.html

For anyone who sees this in the future, this is how I solved it on v2.15.3 (since I couldn’t find it answered anywhere else)

  1. Create a custom field, name: multi-interest.
  2. create a form and add Group checkbox. Add “properties” one for each item.
  3. Associate the group checkbox with the custom field from step 1.
  4. Now create a segment for EACH property in the form (“computers”, “HR”, “project management”)
  5. Create a new campaign, using the Form from Step 2 as the source.
  6. Add a condition for each property from the form. IF ContactField: Multi-interest CONTAINS “computers” THEN…
  7. Add an ACTION to add the contact to the ‘Computers’ segment that you created in step 4.

2 Likes