Skip to main content
Nintex Community Menu Bar

Show/Hide a Panel in Responsive Form Designer

  • July 3, 2019
  • 5 replies
  • 26 views

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

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • July 4, 2019

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.


Forum|alt.badge.img+8
  • Author
  • Nintex Partner
  • July 4, 2019

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


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • July 4, 2019

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.


Forum|alt.badge.img+8
  • Author
  • Nintex Partner
  • July 5, 2019

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!! 


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • July 5, 2019
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.