Allow for mailto: email links in addition to page, window, view, or url links.

1008
4
06-24-2021 07:46 AM
Status: Open
KBERG_EGLE
New Contributor III

I want to add a hyperlink to my text in experience builder but the link tool only allows the link to be to a page, window, view, or URL. I would like to do the typical html: "mailto:*email*".

4 Comments
JonathanMcDougall

@KBERG_EGLE 

I've got round this by the embed widget and using a little html code

eg;

<a href="mailto:name@email.com?subject=Use%The%Embed%Widget%Code">Send mail with subject</a>

JonathanMcDougall_0-1624554229678.png

 

KBERG_EGLE

Nice hack, @JonathanMcDougall! That works for now I suppose.

JonathanMcDougall

@KBERG_EGLE 

If you then resize the widget etc., you can make it then look like an email "button" if wanted.

Irishgeoff