# How make multiselect fields?

**URL:** https://meta.discourse.org/t/how-make-multiselect-fields/126617
**Category:** Development
**Created:** [August 23, 2019, 6:20am UTC](https://meta.discourse.org/t/how-make-multiselect-fields/126617 "2019-08-23T06:20:13Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Dev\_Work](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dev_work/32/124200_2.png) [@Dev\_Work](https://meta.discourse.org/u/Dev_Work)
#### Post date: [August 23, 2019, 6:20am UTC](https://meta.discourse.org/t/how-make-multiselect-fields/126617/1 "2019-08-23T06:20:14Z")

</div>

On the pages `/admin/dashboard/reports`

screenshot `/admin/reports/time_to_first_response`

 ![2019-08-23_091332](https://global.discourse-cdn.com/meta/original/3X/6/d/6da54bc04daec7e6af1afb63b877b9769d26fc5f.png)

example multiselect fields -

 ![photo_2019-08-19_15-52-39](https://global.discourse-cdn.com/meta/original/3X/0/6/0603cef7cbe77fcb056d5f17f5982cf4a0660b1f.jpeg)

---

<div class="post-metadata">

### Author: ![Dev\_Work](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dev_work/32/124200_2.png) [@Dev\_Work](https://meta.discourse.org/u/Dev_Work)
#### Post date: [August 27, 2019, 9:37am UTC](https://meta.discourse.org/t/how-make-multiselect-fields/126617/2 "2019-08-27T09:37:21Z")

</div>

UP! No one will give an example of how to implement multiselect for fields?

---

<div class="post-metadata">

### Author: ![fzngagan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fzngagan/32/259349_2.png) [@fzngagan](https://meta.discourse.org/u/fzngagan)
#### Post date: [August 27, 2019, 9:52am UTC](https://meta.discourse.org/t/how-make-multiselect-fields/126617/3 "2019-08-27T09:52:36Z")

</div>

Can you be more clear on what you want to achieve. Do you want to change the default way its displayed on discourse? If yes, you can do that with a plugin or hire someone to write a plugin for you though it seems like a lot of work and not really work the money/effort.

Or maybe you mean to give a suggestion to change it?

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [August 27, 2019, 10:22am UTC](https://meta.discourse.org/t/how-make-multiselect-fields/126617/4 "2019-08-27T10:22:43Z")

</div>

Have you looked at [the Discourse code on github](https://github.com/discourse/discourse)?

---

<div class="post-metadata">

### Author: ![Dev\_Work](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dev_work/32/124200_2.png) [@Dev\_Work](https://meta.discourse.org/u/Dev_Work)
#### Post date: [August 27, 2019, 12:55pm UTC](https://meta.discourse.org/t/how-make-multiselect-fields/126617/5 "2019-08-27T12:55:40Z")

</div>

Thanks for the answer.  
Found a suitable plugin?

---

<div class="post-metadata">

### Author: ![Dev\_Work](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dev_work/32/124200_2.png) [@Dev\_Work](https://meta.discourse.org/u/Dev_Work)
#### Post date: [August 27, 2019, 12:56pm UTC](https://meta.discourse.org/t/how-make-multiselect-fields/126617/6 "2019-08-27T12:56:55Z")

</div>

I’m working on it. I study core
