Skip to main content
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.

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


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