Database dropdown field

Hello,

I am trying to create a field on a signup page that will be a dropdown. I want the dropdown values to come for one of my database field.

Can’t figure this one out.
Thanks,
Guy

What have you tried? What is the issue you’re having?

This should be as simple as adding a dropdown element to the page, and setting the option source to the field from your database…

As long as the option type matches the database filed type then there should be no problem.

Feel free to share more info about the specific problem you’re having if you’d like some more specific help.

Yes. I got it now. I was not setting the Option Choice field.
Sorry for the interruption!

Happy New Year!

1 Like

I have sort of similar problem and I am hoping one or more of you can help.
I want a dropdown to select an entity from my database. I was able to do that because all entity names are in one column of my database so all I had to do was to look for unique elements in that column.
The second dropdown is for selecting what metric I want to see. This is where I am struggling to even think how to look for it. I don’t see any option that lets me look for column names in the database (ideally, I want this dropdown to show only the names of my metrics but not entity name or period).
I am attaching two screenshots if that helps you help me. Thanks!