Has anyone else attempted to create their own custom textbox fields for Custom Write Panel? I've managed to get them up and running, but encounter an error with the data that is stored by the database. Any HTML type coding goes in fine
[ex. <p>I'm a cucumber</p> ] and will display properly until you attempt to edit the post. I believe that the problem is within the call to tinyMCE as all tags are replaced with my good friends < and > [ex. <p>I'm a cucumber</p> ]. I've found a work around that is fine for the moment [don't use the visual editor], but as ultimately this is going to be edited by a group of people I'd like to get the tinyMCE visual editor in line.
Any help would be appreciated.