How can I show/hide a panel from a Multi Drop-down in the Nintex form?

  • 25 February 2022
  • 1 reply
  • 89 views

Badge +2

How can I show/hide a panel or multiple panel's from a Drop-down in Nintex form? I want this to happen in real time and not when the user hits the submit button. This is for SharePoint 2013. I posted a similar question for a Yes/NO Drop down (Located at this link) and it works great, but when I tried to replicate it for the drop-down with more options, I can't get it to work. Is it because I have more than one option? I'll take a screenshots of what I'm trying to do. If you look at the screenshot for example, there is three options with your "Please select a value" which is a SharePoint placeholder. If I select "Moving Within The Company", the Last Day of Work and some other fields should hide and if I select "Leaving The Company," the "Last Day of Work" Panel should come back.


1 reply

Badge +8

hey @Unkindled_One ,


 


u can just add a rule to the "Last Day of Work" panel that looks like:


 


Terminatin_Options != "Leaving The Company"


 


then "Hide"


 


that would hide the "Last Day of Work" panel until the dropdown value is "Leaving The Company"


 


Same goes for the "Moving Within The Company" etc.

Reply