When you have a select_multiple list question, can you limit the number of selections a user can make? I have a list of 10 choices but only want to allow the user to select a maximum of 3. Is this possible? I've enabled a text pop-up to notify the user they selected more than three choices, but they still can submit the survey.
Solved! Go to Solution.
in the constraint field >>>>> count-selected(.)= (number of selections (e.g, <=5, or =5(for exact number))
I think you should be able to use the same logic with the constraint and constraint_message columns to prevent them from submitting.
in the constraint field >>>>> count-selected(.)= (number of selections (e.g, <=5, or =5(for exact number))