I would like to ask the customer for the zip code and based on the zip code, I have to filter the Booking List Options.
Current state:
→ Created edit field and Submit Button
→ On Submit button check for input value and go to different pages like BookingNorth, BookingEast, etc.
Now my question is: How can I filter the booking list?
On page BookingNorth show only booking option abc
On page BookingEast show only booking option def
…
Any help is highly welcomed!
Chris