Hello, I have a repeater which features Restaurants, then inside it I have a button “See Menu”.
I want this button that if clicked will open another repeater connected to another database showing the menu of the prev restaurant in the same page.
Basically is easy:
- database 1 is for restaurants.
- database 2 is for menus for restaurants
Whatat would be the best approach to have this done?
I thought about adding a reference field to connect both databases, but I’m not very practical at it.
Thank you