Can you create a Multiple Choice field to a form?

mitzaka
Mega Guru

Hi SNC,

 

Is there a way to add a field which is multiple choice to a standard form (ex: change form)?

The field types OOTB do not offer this. Variables do, but I can't think of a way to add a variable to personalize the form.

 

Anyone done this?

1 ACCEPTED SOLUTION

As far as I can guess LIST is exactly what you need. Yes you wil have to create multiple check boxes which is not a viable option.


This is from wiki:


ListReference field that accepts multiple references rather than just one



list.png


-Anurag

View solution in original post

15 REPLIES 15

Hm,   nope, I will try this today, thanks.


Anurag Tripathi
Mega Patron
Mega Patron

on a Form multiple choice can be achieved in the following 2 ways


1) glide_list  


2) check box



If the choices/options are not frequently changing then check box can be used, otherwise glide_list is a better option as its dynamic


-Anurag

Glide List and Check Box are variable options if I am not mistaking, so it's valid if you mean to use it in a service catalog item. I don't think Multiple Check Box is a field type.



And how do you recommend to use glide list?


Correct me if I am wrong please.


Dictionary type =true/false will give you a check box


-Anurag

Yes, but doesn't that mean that if I want multiple options to check, I need to create multiple true/false fields?