cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CRM Email Form html tags in attribute

0 Kudos

111111111111111.pngHi!

I implemented mail form with help of this blog. Everything working fine, but I need to insert line break in text value of mail attribute. I thinked that if I use tag <br> it will work fine, but I was mistake. Somehow tag <br> converting in value gt; br lt; (see attached screenshot).

How can I resolve this issue?

Accepted Solutions (1)

Accepted Solutions (1)

Solved. With help of this thread.

Just replace this code in L_CRM_PML_BTF_DOCUMENT->REPLACE_FIELDS_TIDY( ) with lr_xmlrenderer->set_no_escaping( no_escaping = '<>"''' ).

Answers (0)