• Resolved Marlimant

    (@marlimant)


    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 2 years, 8 months ago by Marlimant.
Viewing 1 replies (of 1 total)
  • Plugin Author bqworks

    (@bqworks)

    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.