I am trying to cut down on the number of pages in my app.
I have two pages, each represents a different version of a certain product. The user can choose 1 of 2 ways to set up each device on both pages.
See example image below- my app currently has two of these pages:
Instead of having two pages for both versions for user to navigate to after choosing which set up (a total of 4 pages). I want to have only 2 pages that look like the following:
My question: Is it possible to make a page display differently depending on what page you navigated to it from.
The only things that will be different from each page are the items available to be selected in the Select element and the image displayed on the page.