SOLVED: I'm having some dropdown drama

Hi,

I’m pretty new to Bubble and have run into a problem that I need help with. I have gone through lessons and searched the forums but I haven’t been able to locate a thread where someone is having the same issue.

So, here’s the gist of it. I am trying to create a dynamic dropdown where the selection of the first dropdown dictates the options of the 2nd dropdown. I think I have that figured out. I created a type of thing (Industry) and created two new fields within that thing. The first field is called “Industry” and it is a text field. The 2nd field is called “Business Type” and it is a list field.

This seems to be working. It’s populating the right items, however they are all loading on a single row.


It seems like I need to do something different in the “Option Caption” section. But I have played around with pretty much all the options and I can’t seem to figure out how to get the items to display on different rows. Here are my current settings:

Any help for this newb would be much appreciated.

Thanks!

Is “Business Type” a lists of texts ?

You probably want “type of Choices” to be Text.

And Choices Source to be Industry’s Business Type.

1 Like

Thanks Nigel. That solved my problem.