Solved

Hide an Item in Choice field Depending on Edit mode

  • 28 June 2021
  • 2 replies
  • 157 views

Badge +1
How can I hide a choice option on Nintex form based on another field in form.

Details:
The request type field on form has several choices you can chose from when on New Mode: NEW, Enhance, Modify, etc. I want to be able to remove the choice of NEW when the form is on Edit mode. Because it is no longer a New form submission.
icon

Best answer by ahaaften 29 June 2021, 13:06

View original

2 replies

Userlevel 3
Badge +12

If it is a classic Nintex form, you can have custom javascipt to remove the unwanted choices.

Badge +5

If you prefer to not use JS you can use a 2nd list as a lookup. In the lookup list you can setup an extra column with filter values. In the choice control you can then either use a "Source view" to filter out the values or use the "Filtering".


 


Here's an example of the control where I use both at the same time.


 



 


Let me know if you need more help setting it up.

Reply