# How to insert \<select\> HTML tag to the post

**URL:** https://meta.discourse.org/t/how-to-insert-select-html-tag-to-the-post/156421
**Category:** Support
**Created:** [July 1, 2020, 1:38am UTC](https://meta.discourse.org/t/how-to-insert-select-html-tag-to-the-post/156421 "2020-07-01T01:38:23Z")
**Posts on this page:** 4
**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: [July 1, 2020, 1:38am UTC](https://meta.discourse.org/t/how-to-insert-select-html-tag-to-the-post/156421/1 "2020-07-01T01:38:23Z")

</div>

Hello, I wonder how to insert following HTML code to the post? I found whitelist HTML but don’t know how to do this. Thank you!!

```plaintext
<label>The Premier said genomic sequencing revealed a number of coronavirus cases can be linked to "staff members in hotel quarantine breaching well-known and well-understood infection control</label>
 <select name="cars" id="cars">
    <option value="volvo">Volvo</option>
    <option value="saab">Saab</option>
    <option value="opel">Opel</option>
    <option value="audi">Audi</option>
  </select>
<label>"</label>

```

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [July 1, 2020, 6:07am UTC](https://meta.discourse.org/t/how-to-insert-select-html-tag-to-the-post/156421/2 "2020-07-01T06:07:34Z")

</div>

To expand the whitelist you need to write a custom plugin. There is no way of doing this from a component if you want it baked into the post.

You are going to need a developer here to help you out.

---

<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: [July 3, 2020, 7:58pm UTC](https://meta.discourse.org/t/how-to-insert-select-html-tag-to-the-post/156421/3 "2020-07-03T19:58:31Z")

</div>

I see. Thank you for clarification !!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [August 2, 2020, 7:58pm UTC](https://meta.discourse.org/t/how-to-insert-select-html-tag-to-the-post/156421/4 "2020-08-02T19:58:34Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
