I have emails that I am displaying on the page that I would like to convert into mailto links. I have tried several methods and can’t get this to work.
-
Using a link, I chose external site and input mailto:
custom state.email
Link wouldn’t click to activate. -
Using HTML, I coded
<a href="mailto:custom state.email">custom state.email</a>
It kept adding a prefixed whitespace after mailto: email. This is not present in the expression builder, I double checked.
How can I implement a mailto link?