- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2023 05:27 AM
Hello, I'm a beginner and I'm looking for some help because I'm really stuck trying to solve a problem.
I need a field on a form to perform multiple selection. Basically something that functions like the Choice field type but with the possibility of choosing more than one option.
Furthermore, I need to create more than one of this kind of field and make them depedent on the others that come before.
Hope you can help me, thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 06:44 AM
Thanks to all for the suggestions.
I ended up creating an helper table to store the choices with the label field as the display value and used List type fields to reference records from this table, using the reference qualifier to create the dependencies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2023 06:44 AM
Thanks to all for the suggestions.
I ended up creating an helper table to store the choices with the label field as the display value and used List type fields to reference records from this table, using the reference qualifier to create the dependencies.