WebMap popup with mailto field with arcade expression

449
1
08-18-2022 02:09 PM
Labels (1)
JoseSanchez
Occasional Contributor III

Hello,

 

I am able to add an email field to my WebMap Popup window.   The value is hardcoded with a specific address   mailto:info@mydomain.com

 

https://www.esri.com/about/newsroom/arcwatch/learn-to-send-email-from-web-map-pop-ups/

Questions:

1) I would like to know how I can do the same with an arcade expression added to my WebMap Popup window.

2) where I can find images to be clicked to send an email.

 

Thanks

 

 

Thanks

 

 

 

0 Kudos
1 Reply
JohannesLindner
MVP Frequent Contributor
  • Create your Arcade expression. This expression returns the mailto url.
    JohannesLindner_0-1660894894130.png

     

  • note the expression's name, in this case {expression/expr0}.
    JohannesLindner_1-1660894959446.png

     

  • Use that expression name as link url.
    JohannesLindner_2-1660895060086.png

     

Where to find images:

  • Upload a picture to a publicly available url.
  • Copy the picture's url and use it to insert a graphic into the popup.
    JohannesLindner_4-1660895629545.png

     

 


Have a great day!
Johannes
0 Kudos