I have made dropdown with participant names i need a validation that a person select only one time e | XM Community
Solved

I have made dropdown with participant names i need a validation that a person select only one time e

  • 18 September 2020
  • 2 replies
  • 11 views

Userlevel 2
Badge

I have made dropdown with participant names i need a validation that a person select only one time each name.
let me explain:
I have Made Dropdown like Person1 and Person2. If Person1 selected the Own Name Person1 so if Person2 selects Person1 it will raise error.
is there any code that need to implement

icon

Best answer by fuimaranwe 20 September 2020, 20:38

View original

2 replies

Badge +1

If I understand your question correctly, you need to set a quota for each option in the dropdown list. Then set the display logic for each one of those options in a way that when the quota has been met, it will stop showing that option.

Userlevel 2
Badge

Thanks i need this

Leave a Reply