I have a chronoform that when adding a record to the database, my multi-line text box has rich text capabilites (bold, italic, etc...). When I create another form to reload the data record for edit, the text comes back from the data with html tags in the text and the multi-text control seems to display it in plain text.
eg.
<p>Blah blah blah</p> as it was stored in the database. How do I get it so the edit box on reload is automatically formatted in rich text editor? The WYSIWYG is enabled as YES.
eg.
<p>Blah blah blah</p> as it was stored in the database. How do I get it so the edit box on reload is automatically formatted in rich text editor? The WYSIWYG is enabled as YES.