Disabling certain pages?

I have my main app and wanted to add more pages. However I would still like to edit my “main” live pages. Is there any way to disable pages until they are ready? Or to deploy only certain pages to live? How does everyone deal with versioning?

All pages are deployed at the same time (at least on non-dedicated plans).

  • You can put a go to page ___ step in the on page load workflow. (redirect)

  • You can group all page elements together and set the group visibility to disabled (this will result in a blank page).

  • If you also need to test these pages on the development site (presumably you do). You can use the dynamic expression Website home url:contains "version-test" to trigger either your redirect and visibility logic. Simply remove when you want the page to go live.

3 Likes