Hi,
I am deploying a custom workflow in MOSS which uses InfoPath 2007 forms to enable users to edit tasks. I have encountered a problem with the rich text box.
In the first task form I have a rich text box, which the user fills out and I retrieve the text into my workflow. In the second task form, the text is passed back from the workflow to display in another rich text box. However, this text box displays the html source of the text e.g.
<html xmlns="http://www.w3.org/1999/xhtml"><div><strong>Comments</strong></div><div><em>Today's comments are...</em></div></html>
How can I get it to display the marked-up text with formatting intact?
Any help much appreciated.