Multiple Choice Field in a Form

Andy Al
Tera Expert

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.

1 ACCEPTED SOLUTION

Andy Al
Tera Expert

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.

View solution in original post

5 REPLIES 5

Andy Al
Tera Expert

I tried the solution above but I endend up creating an helper table to store the choices with the label field as display value and using a list field with a reference qualifier to create the dependencies.

For now it looks fine.

Harish Bainsla
Kilo Patron
Kilo Patron

Hi 

You can create a List field that will help you select multiple values

Anand Kumar P
Giga Patron
Giga Patron

Hi @Andy Al ,

Utilize a List field to enable the selection of multiple values, or alternatively, resort to the creation of multiple checkboxes.

A List field is capable of referencing another table and displaying reference records akin to a reference field. However, the List field distinguishes itself by offering the flexibility to make multiple selections.
Thanks,

Anand