How do I send paramters from a HTML Forum on my home page to another page?

Hi Corvid,
I am creating a website for a school project, and the website has to be for a fake airline. Since I’m not that great at coding and have little experience, I am using the Wix editor to build my site. I finished most of my site, but I have one thing left to do: be able to book flights. I have an HTML Forum on my home page, and when the user inputs the information I want the parameters to be sent from the forum to another page that shows the available flight.

Link to my site: https://kalyankaramsetty.wixsite.com/coloradanexplorer


The HTML Forum is pretty simple. The forum shown is for a round-trip, but I also have another one for a one-way flight. I want the user input from this forum to be sent to another page, my book page.

What you see on the Book page currently:


When you click “search for flights” the user should be taken here with the inputs replacing the filler text (Departure Date, Departure City, Depart time, Arrival City, Arrival time, return date, Arrival City, Arrival city Departure time, Departure City, Departure City arrival time, and City). For now, I’m going to keep the prices the same.
Book page: https://kalyankaramsetty.wixsite.com/coloradanexplorer/bookpage

There is also really simple logic for the connection part:
Since my airline is based in Denver, all connections are through Denver.
If Denver is selected as either the arrival city or the departure city, then there will be no connection. If Denver is not selected, then the connection will be through Denver.

For the times I was hoping there would be a way for me to link them to each city in the HTML Forum.
The Flight schedule for the times are:

I am really hoping that this is possible, and if not, whether there is anything else I can do to make it work.
If anyone can help, I would greatly appreciate it, and would happily grant editing privileges to my site.
I really hope this makes sense.

Thanks,
Kalyan

*I asked this question earlier today (different wording), but I wasn’t sure if it was published because I couldn’t find it, so I am asking again.

Use the wix-storage API. Use the setItem() function to place data in storage on the originating page. Then use the getItem() function to retrieve the data on the target page.

Hi Yisrael,

Thank you for the response, but again I have little experience with coding and barley any experience with corvid, so I was hoping you could give some more guidance on what to type into the site code.

Thanks,
Kalyan