Removing < br/> from the mail generated by xslt transformed email template
Hi,
I am really new to xslt and Contour.., anyhow ;-)
I have built a form and if works really nice.
The generated/received mail contains the characters "<br />" instead of a linebreak. Put it in another way, 5 lines of text that was inputted in a textarea are shown as one long line of text in the email with <br /> in the text where the normal newlines would have been. The email itself is HTML formatted with a nice border.
Is it possible to have newlines insted of <BR /> in the email ?
Removing < br/> from the mail generated by xslt transformed email template
Hi,
I am really new to xslt and Contour.., anyhow ;-)
I have built a form and if works really nice.
The generated/received mail contains the characters "<br />" instead of a linebreak. Put it in another way, 5 lines of text that was inputted in a textarea are shown as one long line of text in the email with <br /> in the text where the normal newlines would have been. The email itself is HTML formatted with a nice border.
Is it possible to have newlines insted of <BR /> in the email ?
Cheers
Gudmund
Hi, have you resolved your problem? I have the same issue.
gives me <br/>
And, if I don't use the umbraco.library, there's no linebreak either...
You might need to add disable-output-escaping="yes", ie:
Oh my god... so obvious... Thanks Tom
Hi,
Which file should I modify ;-)
/Gudmund
is working on a reply...