Picking multiple values from a radio button question

  • jgf8u
    Asked on May 5, 2016 at 1:34 PM

    hello i have a form that contains a field with multiple values how do i allow users to pick more than one value ? currently users can only select one value. thanks

  • Charlie
    Replied on May 5, 2016 at 1:47 PM

    The radio button field is actually designed to only allow your user to select one option.

    If you need to select more than one options, then I believe what you need to use is the check box field.

    Here's a quick tutorial about it:

    1. Add the check box field under the "Basic Fields" section. You can also enabled the "Allow Other" option here.

    Picking multiple values from a radio button question Image 1 Screenshot 30

    2. If you explore the properties of it, you can see that it allows you to set the minimum and maximum number of selections that your users can choose:

    Picking multiple values from a radio button question Image 2 Screenshot 41

     

    I hope that helps.