Title: Inserting HTML input tag
Last modified: March 18, 2022

---

# Inserting HTML input tag

 *  Resolved [Marlimant](https://wordpress.org/support/users/marlimant/)
 * (@marlimant)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/inserting-html-input-tag/)
 * Hi!
    I’m trying to insert an input tag in the content. The plugin keeps all the
   html, ignoring the input tag only. This is a piece of my code for creating a 
   CSS accordion:
 * `<div class="tab"><input type="checkbox" id="chck4" /> <label class="tab-label
   stilabel" for="chck4"></div>`
 * The plugin only keeps this:
 * `<div class="tab"> <label class="tab-label stilabel" for="chck4"></div>`
 * Greetings,
    Javier.
    -  This topic was modified 4 years, 2 months ago by [Marlimant](https://wordpress.org/support/users/marlimant/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [bqworks](https://wordpress.org/support/users/bqworks/)
 * (@bqworks)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/inserting-html-input-tag/#post-15483361)
 * Hi Javier,
 * The plugin sanitizes the content and removes some suspect tags. If you really
   need to use the input inside the accordion, please email me at the address specified
   on the presentation website and I will send you a modified plugin that allows
   the ‘input’ tag. I will try to include a solution to this in future releases.
 * Best,
    David

Viewing 1 replies (of 1 total)

The topic ‘Inserting HTML input tag’ is closed to new replies.

 * ![](https://ps.w.org/accordion-slider/assets/icon-256x256.png?rev=2572953)
 * [Accordion Slider](https://wordpress.org/plugins/accordion-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accordion-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accordion-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/accordion-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accordion-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accordion-slider/reviews/)

## Tags

 * [html](https://wordpress.org/support/topic-tag/html/)
 * [input](https://wordpress.org/support/topic-tag/input/)

 * 1 reply
 * 2 participants
 * Last reply from: [bqworks](https://wordpress.org/support/users/bqworks/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/inserting-html-input-tag/#post-15483361)
 * Status: resolved