Hi, I have a simple app that grabs a bunch of info from the user, saves them in DB and later fills out info on certain pages based on the saved info. Now say I have two pages: A and B which the user can navigate to using links. My users would want to print these pages, so a user would have to click link A to go to page A and print it. Then repeat the process with page B to print page B.
I like to give my users the option to click on one link and see a page that contains both pages (A and B) in terms of content (so itād be a long page with page Aās content at the top and then content of page B after). I dont want to have to create a new page with a copy and paste of the items in both pages A and B since that would become extremely difficult to maintain should I want to make any changes to either A or B and also becomes almost impossible task if I want to add future pages to it (C, D, Eā¦)
Does bubble have any ācombineā option for pages that can accomplish this for me?
Thanks in advance!