Disable Choice Field Drop Down Values from being selected



Show first post

27 replies

Badge +4

Thank you for this and I especially appreciate the screen shots.  I'm not certain that I will put this in my solution but it is exactly what I'd like to do!

Badge +4

I have also implemented an alternative solution to put a rule on the field for

  • contains([ChoiceFieldName],"Value user cannot choose") to then invalidate that selection

This works quite nicely and cuts to the chase for many instances.

Reply