Is there a way to set up the radio buttons (or checkboxes) so that the user can select more than one choice?
Is there a way to set up the radio buttons (or checkboxes) so that the user can select more than one choice?
Check boxes, yes, radio buttons, no. This isn't a Gravity Forms limitation, but how all HTML form entities work. So if you use a check box field, then users can select multiple options.
Perfect!! Thanks so much, David!
David,
Is there any way to force a radio button form to allow for multiple selections? While I understand the use of checkboxes, we have a form that would look best with radio buttons. Any help?
Much appreciated.
James
No, radio buttons cannot be set to act like checkboxes. However: you can style checkboxes to look like radio buttons :)
Just google for "custom checkbox css jquery" or something like that :)