App with many pages but not all loaded at once

+1 to everything @rickhurlbatt said, I would also say if your use case is “Adding new content every week” it is very possible what you really want is only three forms:

  1. A “Landing page” form that is what you see when you first get to your web address. (A “home page”)
  2. A single form that is a template for all of the content that you would like to display. The content would come completely from information inserted into cells of data table rows.
  3. An admin form that is disconnected from the main app and protected by a login that allows you to upload and add more content (publish new data table rows for #2). This could even pop open a display of what your final content form would look like before you publish.
2 Likes