Request for info: dropdown default selection

Hey all,

Apologies if this is an obvious one! I have looked online and struggled to find the answer.

I am new to bubble and trying to build a tool for a non-profit. I have a dropdown selection box, and want one of these dropdowns to default to whichever value was last selected on the dropdown. Is this something that can be done, and would anyone be able to tell me where I can learn how to do this?

Any help would be really appreciated, thank you in advance!

This can be done, but you’ll have to set up that last selected state somehow.
If you want this to work even after refreshing the page, you’ll have to store it on the database. Maybe a field under ‘User’ that updates everytime the user changes the selection from the dropdown.
That way, you can set the initial content as Current User’s <last_selected_value>

1 Like