Hey lovely bubblers.
I have a rich text input field that my users can type an email into and then this email gets sent. The problem is that when they make something bold (or another formatting style) this ‘rich code’ doesn’t play nicely with the email.
Of course, the email is expecting HTML tags for formatting such as…
<p>Hi this is a test <span style="color: #ff0000;"><b>Testing 123</b></span> Good luck!</p>
But the bubble rich text is sending code like this:
Hi this is a test [color= rgb(230, 0, 0)]Testing 123[/color] Good luck!
I have a workaround idea which involves find & replace for the basic stuff, but ideally, there must be a much simpler solution? If anybody has one i’d love to know.
Thank you
Dale