Goto Page issue

Hi,
I am writing a small web app that uses gotopage to send data from 5 independent pages to a single final page.

The issue I have is that when the data is input and then submitted on the independent pages the final page is displayed each time. I do not want this. I want to be able to call the final page via its web link where it will display with all the data in place. This would be the only time it is called.

Is there a work flow that could be implemented on the final page to stop it displaying until called via its own url (assuming it remains the same). ie only load and display when called by “its own page url”

Am I using the wrong method to send the data?

I’m not using a data base as these pages are going to be called via url links that will be embedded in an online teaching platform, so no need to login to this app “yet”. No need to store the data input except in the final page.

The independent and final pages would appear in a separate browser tab as it seems they cannot be inserted into the platform.

Any pointing in any direction (including plugins) would be appreciated.

Cheers Simon

I see the error of my ways… It appears because I am calling it! Yes, read more on the subject. It appears I need to set up a goto page or similar that will record the data and then call the data from that when I need it. Will require a login to maintain the correct data for display at a later date. Bigger project.