Email Link in Pop Up

1107
4
Jump to solution
04-22-2014 06:10 AM
AaronWeier2
New Contributor II
Is it possible to create a mailto link in an AGO popup? It doesn't appear like it can be done using <a href="mailto:"> syntax, but perhaps i'm missing something?!?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
MikeMinami
Esri Notable Contributor
Yes it is possible to use mailto through a link.
First configure the popup as a custom attribute display.
Type the link you want to show, select the text and choose the link tool.
Type in the mailto: xxx@xxx.com.
The xxx part can come from field attributes as shown in the attached image.

Thanks,

Mike

View solution in original post

0 Kudos
4 Replies
MikeMinami
Esri Notable Contributor
Yes it is possible to use mailto through a link.
First configure the popup as a custom attribute display.
Type the link you want to show, select the text and choose the link tool.
Type in the mailto: xxx@xxx.com.
The xxx part can come from field attributes as shown in the attached image.

Thanks,

Mike
0 Kudos
AaronWeier2
New Contributor II
Thank you Mike! I figured it could be done just didn't think to test that particular syntax.

I had the entire email string as an attribute and I kept getting an error.

Quick Edit: when clicking on the mailto: link it opens the mail client but also opens a new tab in the browser, which is unwanted, any suggestion on how to stop that new tab from being opened?
0 Kudos
MikeMinami
Esri Notable Contributor
That was the only way I could get it to work. It's sort of a hack as we're using the Link tool, which typically points to a web page. Aside from writing your own app, I can't think of another way.

Mike
0 Kudos
MattEdens
New Contributor
I was just curious if anyone had found a better solution for this.

I am also trying to link an email address from within a pop-up.  I'm using ESRI maps within SharePoint 2010, and unfortunately whenever I click on the email link I have created, it opens a blank window.

This is extrememly frustrating.

Note:  I am working on a Goverment system and am unable to install/load developer software.

r/
Matt
0 Kudos