I’m wondering if there is a way for users to be able to select multiple options from a custom dropdown list. For example, admin is able to create a custom user field as dropbdown list; however, currently a user is able to select only one option from the dropdown. It would be great to allow the user to selecti multiple options from the dropdown list.
Has anyone done this before? Does the current version of Discourse allow it?
We’re using User Fields as a way to help users find each other. So it would allow business owners to locate marketers or web devs. The key is allowing users to choose what they want to be known as within the community and in most cases we assume users will want to select multiple roles.
So one user can select “Business Owner” and “ Marketer” as their expertise (User Field).
From a plugin stance, I could see this as an entrance into more flexibility on the Group Pages, too. I know I have done a few of those projects already. We customized the group user list or the user directory to include User Fields.
In my case, it would be admins configuring extra data as well as these selected userfields would automatically show up on the user’s profile, helping them stand out among other users.
I hadn’t thought of the additional use suggested by @joebuhlig in that these userfields can be a huge help in users searching for and finding each other based on what they have specified in their drop-down menu style userfield with multiple options.
Thanks so much for creating this plugin. This is pretty essential for us… I got it working, but the output looks a bit funky: Multi: [“One”,“Two”,“Three”]
It would be great if the output looked more normal, like: One, Two, Three
Makes sense to me. I’ll get this added to the ProCourse queue. But like I mentioned elsewhere, this one isn’t on the list of ProCourse owned plugins, so it’ll have to be done as we can get to it.