CForms with 2.1.11 cocoon. I have a field widget with datatype string:
<fd:field id="p" required="false" whitespace="trim">
<fd:datatype base="string"/>
</fd:field>
which is bound to a para in the source document. Some paras contain <br />
elements.
On loading a document in the CForm the <br /> disappears, so on submitting the CForm the resulting
saved xml does not contain the <br />
Please, how can I preserve the <br /> Thank you Peter
