Cannot post input tag for my self hosted blog

  • Unknown's avatar

    Hey guys/gals …

    Sorry if it’s the wrong place to ask this question …
    I have my blog self hosted, however currently at the middle of making a new plugin for my blog I encountered a serious problem and couldn’t find out the reason.
    Let me explain it this way, I’m working on a new plugin that can post a certain content at a certain time automatically. The content have some html tags in it, in this order:
    <form name=”click” action=”/sample.php” method=”post”><input type=”hidden” name=”link” value=”test” /><input type=”submit” value=”Click to Download” /></form>

    The plugin is working fine and it posts the whole content except the html tags … What I get as the mentioned html code is like this:
    <form name=”click” action=”/sample.php” method=”post”></form>
    It some what weird, as it seems that wordpress removes the <input> tag. I’ve tried it with every words/phrases that include “input” but as soon as I put “input” in < and > it will be omitted.

    Any idea why this is happening?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
  • The topic ‘Cannot post input tag for my self hosted blog’ is closed to new replies.