Dropdown Default Value

Hi there.

I’m trying to build a dropdown menu with a list of user roles (Admin, Member, etc.)

How can I set the dropdown to load either ‘Admin’ or ‘Member’ rather than Select…?

So that even if the user doesn’t interact with the dropdown and select a role, the default value of ‘Admin’ will automatically be chosen.

Any advice would be much appreciated!

2 Likes

I’m looking to do the same thing.

I have a work around, that I don’t like.

If I have, for example, a ‘Priority’ collection/table of
High
Medium
low
I make a true/false property/field/column in the table that I want to be able to choose the ‘Priority’ for each one. so I end up with 3 new ones and I’m able to toggle those to be true/false. it’s works but I would of thought that I could use standard data structures like having tables that I can auto choose triggered from a button press. I’ve just not figured it out yet.

Hi there, thanks for your feedback.

Do you mean something like this?

Edit: An alternative solution can be found here: Default value for a dropdown entry - #7 by greco1899

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.