How to: Dynamic Dropdown with "+ Add Item" displayed at bottom of drop-down

I’d like to display a drop down that shows a dynamic list of values and enables users to click “+ Add item” which would enable users to fill in a separate form to add an answer to the dynamic list.

Is there a way to do this with a dropdown menu? I can probably get this done by re-creating the functionality of a dropdown menu with different groups, repeating groups, etc. but looking to avoid that if possible.

Thanks!

Something like this …

https://buildingonbubble.com/block/dropdown-with-all-1473227180742x445982449562026000

But add in the “+ Item” so it gets sorted to the bottom. Then catch the change of Dropdown when it is set to “+ Item” and go from there…

1 Like

Thanks Nigel!