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

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.