Hi,
Would it be possible to create multiple options with a limited amount to choose.
For example, to pick 3 out of 5 options. Then when it reaches 3 options, you can’t select more.
Thank you very much for helping!
Hi,
Would it be possible to create multiple options with a limited amount to choose.
For example, to pick 3 out of 5 options. Then when it reaches 3 options, you can’t select more.
Thank you very much for helping!
Best answer by mo_hamwi
it’s possible but complicated
you can achieve that by using variables,
for example:
you create Number variable:
x =0
then
on click action
select conditional
if x!=3
set variable x=x+1
then besides the if condition click on plus button to add more actions, here you can change the checkbox status from unchecked to checked
repeat same process for all check boxes
and DO NOT create multiple variables for each one
I hope this was clear
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.