Fluent Forms: SVG Support in email notifications
Could you please add SVG icon support in the email notification :
I am not able to make the following code work: it gets converted to
<!-- Social Media Icons -->
<div style="margin-bottom: 15px;"><!-- Facebook Icon (SVG) --> <!-- Instagram Icon (SVG) --></div>
*\<!-- Social Media Icons -->* \<div style="margin-bottom: 15px;"> *\<!-- Facebook Icon (SVG) -->* \<a href="https://www.facebook.com/abc/" style="display: inline-block; margin: 0 10px;"> \<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> \<path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z">\</path> \</svg> \</a> *\<!-- Instagram Icon (SVG) -->* \<a href="https://www.instagram.com/abc" style="display: inline-block; margin: 0 10px;"> \<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#333333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> \<rect x="2" y="2" width="20" height="20" rx="5" ry="5">\</rect> \<path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z">\</path> \<line x1="17.5" y1="6.5" x2="17.51" y2="6.5">\</line> \</svg> \</a> \</div>
Email clients do not support SVGs.
Shahjahan JewelΒ π«£ Thanks for updating my knowledge, π€