I am trying to build a form with pages (tabs) that only display if a certain data value is selected. When I enter this condition into the ‘Show If’ field for the page header, instead of controlling display logic, it seems to control disabled/enabled logic. Basically the tab always shows, but it is greyed out when the show if condition is satisfied instead of disappearing altogether. Is there a way to make it disappear with logic in the form instead of separate forms and navigation logic? Thank you!
Maybe changing the Show column’s Display name would meet your need.
Thank you for the suggestion. I tried adding the logic to the show type content to set it to “” but that caused the form to show a disabled ‘Page 3’ instead of the previous name. Changing the display name of the show type column seems to have no effect.
To test, enter some text besides “Page 3”.
To accomplish your goal, try using whitespace or a line break rather than an empty string.