Skip to main content
Nintex Community Menu Bar
Question

Conditionally Render Page Include

  • July 10, 2024
  • 3 replies
  • 7 views

Forum|alt.badge.img+1

I have a skuid page wherein i also use a page include. On the hit of a button, there is a javascript snippet that runs. The requirement is that if the boolean set in the snippet is set to true, then only the page include should render. Hot do i acvieve this

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+17

I believe you could put the page inckude inside of a wrapper and conditionally render the wrapper.


Forum|alt.badge.img+13
  • Scholar
  • July 10, 2024

Yes what Ray says or I usually use a responsive grid and make rendering condition on grid.

Both ways should work


Forum|alt.badge.img+1

Thanks guys for the answers…they did help