Option Sets - Dropdown Not Working

Hi everyone.

I’ve made an Option Set called Packaging Types

I’m trying to get a dropdown menu to use this Option Set as part of the dynamic choice selection.

image

However, nothing is coming up on preview

image

Anyone can see what I’m doing wrong ?

Thank You!!!

3 Likes

Hi

set Option Caption to “Current Option Display”.

1 Like

Hi !! Thank you for your response, I did that but still not working. Is it possible there is a bug with Bubble ?

image

Yes, your are added the values into attributes. this was wrong.
Add your values into bottom of Options.
Like below,

2 Likes

Thank you so much!!

1 Like

As others have said, the “options” should not be added to an option set as attributes. Here’s what mine look like, along with my dropdown, and the frontend:

Option Set in Data Tab
Screen Shot 2021-09-20 at 6.17.28 PM

Dropdown Element Settings
Screen Shot 2021-09-20 at 6.16.15 PM

What the Dropdown Shows on the Frontend
Screen Shot 2021-09-20 at 6.16.27 PM

Hopefully it’s helpful to see it in one place for anyone else struggling to display their options properly from an option set in a dropdown.