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!