Multiple value selection for a field in form
I have a field in a form where i need multiple values(not users) to be selected. Only way i think of doing it is by watchlist (glide_list). I can't do it as choice list as it gives only one option to select from the list. Other way of doing it as cre...