• Hiya,

    I’m trying to put a form inside a WordPress entry and it won’t work. Perhaps a part of the reason is that the <input type=”text” name=”FirstName”> gets a </input> automatically, before the submit input button.

    ANy way to work around this?

    THanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you need to use a form, WP will always mangle it if you try to make it part of an entry.
    Better to either put it in the sidebar or an area of the content that is not inside TheLoop or even better on a standalone page.

    Thread Starter ljova

    (@ljova)

    but wouldn’t it be nice if there was a way to turn that off?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘input tags in a form’ is closed to new replies.