Show/Hide a Panel in Responsive Form Designer


Badge +8

I am using Nintex Responsive Form Builder. I have a Panel that I want to keep hidden until the values of two fields called Sent to IT and Sent to AS are both = "Yes".

  1. Is this possible in Responsive Forms Designer?
  2. If so, what is the expression that I need to use to show/hide the panel.

Thanks in advance.

Dean

 

@jesse_mchargue 


5 replies

Userlevel 6
Badge +22

Hi,

 

The rule on the Panel would look something like this:

not(and(equals(Sent to IT,true),equals(Sent to AS,true)))

I have attached a sample form.

Badge +8

Thanks. Silly question, but how do I work with the attached zip? I downloaded it, unzipped the xml document and tried to import it to a list. Didnt work. I get the "Please select a Nintex Forms export file to import." Alert.

 

Thanks

Userlevel 6
Badge +22

Hi,

This is the Nintex for SharePoint forum so I assumed that you were using an on-premise version of Nintex forms.

I have attached the Office 365 equivalant of the form for you.

Badge +8

Brilliant!! Thank you! I was trying to add the expression to the Visible attribute of the Panel. I did not think about adding it as a rule. I see it now.. Many thanks!! 

Userlevel 6
Badge +22
Glad I could help. The expression you can add in the "panel control settings > Apperance > Visible" does not allow you to refer to another control so this method cannot be used for this scenario.

Reply