Email obfuscation in buttons

Turns out you can add the code to the link dialogue box in RW, you just have to edit it a bit.
If I use Joe’s tool here: https://docs.joeworkman.net/general/tips/email-obfuscation and put in info@example.com, I get this code:
<a href='&#109;ailto&#58;i&#37;6Ef%6&#70;%40examp%6Ce&#46;com'>inf&#111;&#64;e&#120;ample&#46;&#99;om</a>
If I only take the first bit after a href=' and before the first closing tag: &#109;ailto&#58;i&#37;6Ef%6&#70;%40examp%6Ce&#46;com it seems to work. I don’t know if this is useful to anyone but me but here we are.

2 Likes