# 1 form & multiple segments

**URL:** https://forum.mautic.org/t/1-form-multiple-segments/8884
**Category:** Product Support
**Created:** [July 5, 2017, 9:54am UTC](https://forum.mautic.org/t/1-form-multiple-segments/8884 "2017-07-05T09:54:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![armando](https://avatars.discourse-cdn.com/v4/letter/a/a5b964/32.png) [@armando](https://forum.mautic.org/u/armando)
#### Post date: [July 5, 2017, 9:54am UTC](https://forum.mautic.org/t/1-form-multiple-segments/8884/1 "2017-07-05T09:54:28Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![armando](https://avatars.discourse-cdn.com/v4/letter/a/a5b964/32.png) [@armando](https://forum.mautic.org/u/armando)
#### Post date: [July 5, 2017, 9:54am UTC](https://forum.mautic.org/t/1-form-multiple-segments/8884/2 "2017-07-05T09:54:28Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![ninjoan](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/ninjoan/32/1005_2.png) [@ninjoan](https://forum.mautic.org/u/ninjoan)
#### Post date: [July 5, 2017, 12:08pm UTC](https://forum.mautic.org/t/1-form-multiple-segments/8884/3 "2017-07-05T12:08:13Z")

</div>

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](https://medium.com/@NinJoan/simplest-way-to-make-a-unsubscribe-system-for-mautic-4f307850cce2)

---

<div class="post-metadata">

### Author: ![petertl](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/petertl/32/511_2.png) [@petertl](https://forum.mautic.org/u/petertl)
#### Post date: [July 5, 2017, 6:37pm UTC](https://forum.mautic.org/t/1-form-multiple-segments/8884/4 "2017-07-05T18:37:34Z")

</div>

@armando [https://mautic.org/docs/en/contacts/contact\_preference\_center.html](https://mautic.org/docs/en/contacts/contact_preference_center.html)

---

<div class="post-metadata">

### Author: ![ericgr](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/ericgr/32/5505_2.png) [@ericgr](https://forum.mautic.org/u/ericgr)
#### Post date: [June 25, 2020, 6:34pm UTC](https://forum.mautic.org/t/1-form-multiple-segments/8884/5 "2020-06-25T18:34:26Z")

</div>

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.

 ![mautic-multi-select](https://us1.discourse-cdn.com/flex020/uploads/mautic/original/2X/a/a5e4db6343c1dbd0e395735d8b7e18728af9d692.png)
