• Hi, I would like to add a form to the “admin – write post” page. The problems is when I add this form…

    <form action=”wp-admin/keys/” method=”POST”>
    <input type=”hidden” name=”c” value=”1″>
    Suggest keywords for: <input type=”text” name=”keyword” value=”<?=$keyword?>”> In :
    <select name=”mkt”>
    <option value=”US”>USA Results</option>
    <option value=”UK”>UK Results</option>
    </select>
    <input type=”submit” value=”Suggest!”>
    </form>

    …when I press the “Suggest!” button it justs posts a draft of the post i’m on. If I add a link on this page TO the form on another page it works fine, but I would ideally like to add the actual form to the “admin – write post” page which will then open a new window with the results instead of having to supply a link.

    Is this possible?

    Thanks for any help.

The topic ‘Adding a form to Admin – Write Post’ is closed to new replies.