Skip to main content
Nintex Community Menu Bar
Solved

Open Panels using Tabs

  • May 10, 2023
  • 7 replies
  • 231 views

Forum|alt.badge.img+2

I am using SharePoint 2019 OnPrem and trying to create a Nintex form that uses Panels to break up the form into sections. In the previous version, I used Buttons to call up the different panels but in 2019, Nintex has assigned specific functions to the Buttons. Is there another way to break up the form into logical sections?

Best answer by mmcaldwell

Yes, my mistake was that I needed to set the field up as a Choice field and then set the ‘Render as buttons’ to ‘Yes’. I was trying to use the Button Control. Thank you!

7 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • May 10, 2023

Hi,

 

There should be no difference on Nintex forms between SharePoint versions.
In fact you could export a form from an old version and import into the new.
Is the issue that you were using a classic form and are now using a responsive form?


Forum|alt.badge.img+2
  • Author
  • Rookie
  • May 11, 2023

Thank you for your reply! The difference is that I used to use buttons to select the different panels but now the buttons field only has four options, save, save and submit, save and continue or cancel. I cannot assign buttons to my various panels as before. Further, the panels that I created do not show up under the Item Properties under the Insert Reference section. 


SimonMuntz
Nintex Employee
Forum|alt.badge.img+23
  • Nintex Employee
  • May 14, 2023

@mmcaldwell Are you using a classic or a responsive form?

Are you using the same form type in 2019 as you were in the previous version?


  • May 15, 2023

What you can do is add Yes/No columns to the Nintex form and add a visibility rule to the panel that links to the Yes/No column. This hides the panel behind the Yes/No checkmark, so users can click the checkmark to see more. The rule would be something like

not(Checkmark)

and then link that to visibility of the panel. I think it says Hide in the rules tab. So if the checkmark is clicked, Checkmark will evaluate to Yes/True, so not(Checkmark) will evaluate to No/False, and then the rule will stop hiding the panel. You can put these checkmarks in between the sections.


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • May 22, 2023

Hi @mmcaldwell did these solve your question?


Forum|alt.badge.img+2
  • Author
  • Rookie
  • Answer
  • May 23, 2023

Yes, my mistake was that I needed to set the field up as a Choice field and then set the ‘Render as buttons’ to ‘Yes’. I was trying to use the Button Control. Thank you!


MillaZ
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • May 24, 2023

Happy you got it working!