I have a form where users select several different types of objects from a list of radio buttons. But I can't seem to figure out how to allow the users to select more than one radio button. The form is only allowing you to select one, if you try to select another it clears your original selection and checks the new on.
Thanks in advance for your help!
Thanks in advance for your help!
Hi yaksushi ,
Radio button groups only allow one selection; use a Checkbox group or a select drop-down with 'Multiple' enabled to allow more than one selection.
Bob
Radio button groups only allow one selection; use a Checkbox group or a select drop-down with 'Multiple' enabled to allow more than one selection.
Bob
This topic is locked and no more replies can be posted.