# How to implement drop-downs in post body

**URL:** https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397
**Category:** UX
**Created:** [June 10, 2020, 9:54am UTC](https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397 "2020-06-10T09:54:19Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![sharkdeng](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sharkdeng/32/184854_2.png) [@sharkdeng](https://meta.discourse.org/u/sharkdeng)
#### Post date: [June 10, 2020, 9:54am UTC](https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397/1 "2020-06-10T09:54:19Z")

</div>

Hello, do you know how to impletment this feature in the post content? Thank you!!

 ![Screen Shot 2020-06-10 at 7.53.03 PM](https://global.discourse-cdn.com/meta/original/3X/2/8/2870190d2fe4cfb31f7748a80179c3dfa072f316.png)

---

<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: [June 10, 2020, 10:00am UTC](https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397/2 "2020-06-10T10:00:28Z")

</div>

The post editor supports html too. You might be able to achieve this effect using html I think.

---

<div class="post-metadata">

### Author: ![sharkdeng](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sharkdeng/32/184854_2.png) [@sharkdeng](https://meta.discourse.org/u/sharkdeng)
#### Post date: [June 10, 2020, 10:16am UTC](https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397/3 "2020-06-10T10:16:21Z")

</div>

Thanks for the swift reply!! How to insert HTML in the post? I tried but didn’t work. Could you give me an example? Thank you!!

---

<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: [June 10, 2020, 10:24am UTC](https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397/4 "2020-06-10T10:24:02Z")

</div>

Choose a car:  
Test

 Volvo Saab Mercedes Audi

p.s.  
You’re right. The dropdowns aren’t supported. Its a rare requirement to have dropdowns in the post content but we’ll see if others have the same requirement, or what experts/team have to say.

---

<div class="post-metadata">

### Author: ![Ed\_Bobkov](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_bobkov/32/200014_2.png) [@Ed\_Bobkov](https://meta.discourse.org/u/Ed_Bobkov)
#### Post date: [June 10, 2020, 11:28am UTC](https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397/5 "2020-06-10T11:28:57Z")

</div>

I like this feature. Also will be waiting for a solution.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [June 10, 2020, 6:05pm UTC](https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397/6 "2020-06-10T18:05:41Z")

</div>

I can’t think of any way to do this at the current time. I guess you would need to add those HTML tags to the allowed tags list for a post.

---

<div class="post-metadata">

### Author: ![Ed\_Bobkov](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_bobkov/32/200014_2.png) [@Ed\_Bobkov](https://meta.discourse.org/u/Ed_Bobkov)
#### Post date: [June 10, 2020, 8:46pm UTC](https://meta.discourse.org/t/how-to-implement-drop-downs-in-post-body/154397/7 "2020-06-10T20:46:01Z")

</div>

Can you advise on the example of such html tag in the message area and what to add in the settings?
