Disabling the dropdown based on its selected value


Badge +9

I have a dropdown with values Äpproved,Pending,InProgress .I want to disable the dropdown in edit mode of the page if the selected value is Approved.Is it possible with the rule?Rule is not working for me


3 replies

Badge +16

What does your rule look like now?

Badge +6

What kind of dropdown are you using? Maybe the internal value isn't "Approved" - you can check this by adding a calculated control on the form and display the current value of the dropdown in there.

Your rule should look like this, if the value really is "Approved".

185787_pastedImage_0.png

Badge +9

Thanks for your reply Jan, I was complicating the things as my dropdown was in repeating control.Instead of checking {Self} I was checking the  control property

Reply