Hello,
I’m working on a simple app where the user can enter their starting and ending destinations, as well as their dates (from and to via a drop-down menu).
Then, available trips will appear based on the information they’ve selected.
Everything worked correctly in the app during the design and development process.
However, when I publish the app, the trips don’t appear to the user after they’ve selected their desired destination.
What’s the solution, please?
Thank you.
Have you had a look at the template gallery? There you might find ready-made templates that are close to what you are looking for and that would give you head start.
1 Like
How are you coming up with the list of trips? Is it a filtered collection? A collection sourced from a query? Need a little more details on how you set it up.
1 Like
Thank you… Is there a specific template I should look for?
I couldn’t find anything similar to my project. Could you please share a link to a similar template?
@Jeff_Hager
I have a list of destination names and a list of flight details.
I linked them to a filtered page. By specifying the destination’s from and to destination, flights matching the details on the filtered search page appear.
Can you show us how are you structuring your search results page? How do you filter them?
1 Like