Hello and good morning!
I’m wondering how I can set up so if I have a multiselect question with 9 answer choices but want to unselect a previously selected answer if the user selects more than 2 choices.
Thanks in advance
-Anthony
Hello and good morning!
I’m wondering how I can set up so if I have a multiselect question with 9 answer choices but want to unselect a previously selected answer if the user selects more than 2 choices.
Thanks in advance
-Anthony
How would you know which previous answer to unselect? I think a better solution would be to not let them select more than 2. They can deselect if they change their mind.
I agree with
Else you can do this through JS.
First create runtime array using JS push() method to inseart selected option id. And if array length will reach at two and respondent will select additional checkbox. Then get the 0th index id and uncheck it from answer list and use pop() method to remove 0th index value and push() to add newly checked option into array.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.