How to insert <select> HTML tag to the post

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!!

<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>
1 Like

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.

3 Likes

I see. Thank you for clarification !!

1 Like

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