Skip to main content

Search

Deactivate option in a choice field

Comments

2 comments

  • Dale Zach

    I’ll be interested in better solutions but couldn’t you enforce your rules afterwords? Not letting them save if they choose an invalid response.

    0
  • Christof

    Don't know a way to deactivate/disable options in a choice dropdown, but There is an approach by adding some custom code + css to hide the specific options in the dropdown on form load. This solution with a small custom script snippet will hide some choice options of the dropdown on form load - define your own condition on this Action to only execute in specific scenarios.

    The idea to enforce the rules afterwards is possible too: by configured validation check on the field. Users can select the option in that case but can not save the form and sees your defined validation message below the choice field. 

     

     

    0

Please sign in to leave a comment.