I am building a wizard like functionality in nintex forms 0365. I show the panels on click of each tab.This works fine.
There is a requirement to show all the panels on click of "Preview Tab" or Button
I tried using formula TabButton!='Identify' || TabButton!='Preview' to show the same panel on click of Preview Tab as well but it doesn't work.
Is there any way to access panel id in JQuery ....I don't see any option in the control settings
The attached screenshot is the rule which I use to show panels on click of each tab