We are banging our heads on this one. We currently have three authors on our blog - two of us have no issues with adding a simple form to a post.
For one of us though, as soon as he publishes the post, any <input tags associated with the form are stripped out of the post. The <form tag remains though.
Has anyone else seen this? know why it happens? know of a cure?
thanks,
Mike
ok - it just dawned on me - the two of us who have no issues are both administrators - the one having the problem is only an author.
If this is the reason - then I need to find where WP is doing the stripping - or set some rule some where that will stop it from stripping the <input tags for "authors".
I really don't want every author to be an administrator.
that's exactly what the issue is - the capability of unfiltered_html is not given to the author level.
I installed a Role Manager plugin and solved my problem.
thanks for the help, lol.