Adding a Drop Down using CMS

Hi Guys… banging my head against a wall and need some help!!

i need to create 3 x seperate dropdown content boxes , allowing the user to choose the same cms content but different items in each box.

i created 3 x dropdown content boxes linking to my cms data, all the data shows up ok, but when i click on one of the boxes with the item listed, the other 2 dropdown content boxes automatically show the same data.

Sure its something silly …can anyone give me any pointers please

Will depend on how you have connected them.

Surely your intention was to generate a CASCADING-DROPDOWN

Another term commonly used to describe cascading dropdowns is “dependent dropdowns” or “linked dropdowns.” Cascading dropdowns are a set of dropdown lists where the options in one dropdown are dependent on the selection made in another dropdown. As the user makes a selection in the first dropdown, the options in the second dropdown dynamically update to reflect the choices available based on the initial selection. This creates a hierarchical or cascading effect where the options in each dropdown are influenced by the choices made in the preceding dropdown.