Hello, I’m new to building a website and this might be a really basic question, but I just can’t seem to figure it out, and I’m hoping I can get some help. Basically the site I’m working on is a catering service where users sign up for a meal plan, and everyday they can choose between two different options for each meal for the day. The way I have things set up now is I have all the data in a collection, which I set up as a dynamic page. Each entry for the collection/dynamic page is a date, and has pictures, meal names and descriptions. On each page I am trying to set up two dropdowns, one where you choose between two choices for lunch, and between two choices for dinner.
The problem is that I can’t get the dropdowns to show the options I want. If I try to connect it to the collection page, I can only connect it to one field, so it would only show one option. If I try to set the options manually, then it shows the same options for each page. Any ideas would be greatly appreciated