strip_tags in workflow rules
Some users format the text of his letters (html). Is it possible to remove the formatting?
example in php: $description = strip_tags($description,'<br>, <img>');
example in php: $description = strip_tags($description,'<br>, <img>');
Please sign in to leave a comment.
For example, real e-mail fragment:
<div><div><span style="font-size: 26px; line-height: 10px;"><font style="font-size: 9px; "><br><br>***********</font></span><div><span style="font-size: 26px; line-height: 10px;"><font style="font-size: 9px; ">some text</font></span>
sometimes use classes in div blocks
Problem after this format - CSS layout breaks, incorrectly displays the text, font, color, etc.
If you're experiencing problems with html tags with 'create issues from email' feature please report new issue.