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".
Thanks in advance.
Dean
Solved! Go to Solution.
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.
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
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.
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!!