Skip to main content
Nintex Community Menu Bar
Solved

Hide an Item in Choice field Depending on Edit mode

  • June 28, 2021
  • 2 replies
  • 203 views

TreV
Forum|alt.badge.img+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.

Best answer by ahaaften

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.

2 replies

Forum|alt.badge.img+12
  • Apprentice
  • June 29, 2021

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


Forum|alt.badge.img+5
  • Answer
  • June 29, 2021

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.