Hello Everyone,
I’m creating sort of booking engine. I have a page where user selects the month, and all trips in that month appear in front of him to choose from. Once they find what they like, they click on the trip, and takes them to another page with more details, and a repeater that has all trip dates during that month.
I want that second page to read which month the user selected in the previous page, and based on it, show the available trips in that date from the dataset to a repeater.
So for example, you want to go to france in Feb 2021, you select these dates, and it shows all trip available in france in Feb 2021. once you find a trip you like, you click it, and it take you to the page with all the details about this trip, and there’s a repeater with multiple dates in Feb 2021 where this trip will take place.
I have everything working fine, except having the second page read the choice from the previous one. So now, the repeater on the second page shows the trips for the current month, and the user need to re-select the required month again on this page.
Well, if anyone understand what I’m trying to say, I would appreciate the help.
Thank you