I've set up a form to modify information in a table.
Some of the information that will be stored in that table will contain html tags.
The modify form will need to display the information including the html tags within the text fields. Problem is, the form chokes on the html.
I've tried removing the double quotes, but that kinda defeats the purpose of displaying the information for editing.
Has anyone come across this problem before?