Rich Text Editor & Export Form Email Tool not compatible
Hi,
I noticed that the Rich Text Editor and Export Form Email Tool are probably not entirely compatible.
My scenario:
The user adjusts a template in the Rich Text Editor.
In a second form the information from the Rich Text Editor (i.e. HTML code) and other information is put together.
The Export Form Email Tool sends out the second form.
The errors I had to debug all relate to the fact that the Export Form Email Tool cannot handle the following HTML codes: &rsquo, etc...
This is discussed here: http://stackoverflow.com/questions/13012327/error-parsing-page-xhtml-error-tracedline-42-the-entity-nbsp-was-referenc
Putting in the doctype at the begginning of the HTML is not an option since it throws a different error.
The Tool was executed successfully when I replaced all   like code with the hex equivalent.
Any chance to get this fixed?
Cheers!