Is there a way of making specific sections appear on dynamic pages?

Sounds possible. Similar to the linked post, you’ll want to:

  • Add a boolean field to your CMS. Something like showStatic
  • Then use code similar to:

Whereby, you’ll update the ids of the elements for your use case.

When the boolean is true, the static content will show and dynamic collapse, and the opposite for false

1 Like