Multiple selection for multiple choice surveys

Your users can now choose multiple options in multiple choice surveys (like checkboxes instead of radio buttons).

Multiple selection

Simply switch on Multiple selection in the question’s side panel:

builder

You can also choose to restrict the minimum or maximum number of options the user may choose.

When a user submits a multiple selection question, we’ll emit a question_answered event with a list_answer attribute containing the selected options. This works via our new list data type attributes. You can of course also bind the user’s selections to a list user attribute, so you can target users later based on their answers.

More from Userflow