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!
can you give more description about your issue, it is not clear what you are talking about
Thank you for your reply!
I want to create something like radio buttons that a user has to select 3 out of 5 buttons.
For example, when ordering a bowl of salad via mobile application, a user has a maximum of 3 choices of 5 mix-ins options.
I’m not sure if there is a way to limit a maximum buttons selected.
If the user already selects 3 choices, other 2 buttons can’t be selected.
Thank you again!
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
Thank you very much!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.