How do I create and work on a single page so that I don’t send the user to different pages or my website grows to having too many pages?
Hi Bob,
If you wanted to make a single page application in Builder, one option would be Integrating Sections in your code and setting up the logic in your application to conditionally render each section, but sections are an enterprise-only feature.
You can also try Building Interactivity Using State and Actions
With that approach, you could use data bindings to conditionally render elements on a single page.