Limit the number of selections in a list of options
-
I have purchased a new license and extended support.
I sent a support email yesterday, but have not received confirmation, or reply.
I have a form with a checkbox that has about 80 options. I want the user to select 5 of those options, no more, no less. Using logic, I gave each option a value of ‘1’. It also does not tell me the name of the selection that I made. Instead of the Name ‘Accepting’, the for returns the value of ‘1’.
1==Accepting
1==Adventurous
1==Approachable
1==Aspiring
1==Authentic
1==Balanced
1==Brave
1==CalmBy doing this, I was able to add up the selections until the sum of 5 was calculated, but regardless of which options I select, the form says that I only selected ‘Accepting’ five times.
If I remove the value of ‘1’ and just list the name, then the FORM reports the selected options correctly, but I cannot limit the number of selections.
- The topic ‘Limit the number of selections in a list of options’ is closed to new replies.