<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic In the Add New Links section how do I create a mailto: URL? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629338#M16673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to do this in the BETA... is there something I'm missing? Am I going to have to manually change the HTML to get a MAILTO link?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2015 16:52:21 GMT</pubDate>
    <dc:creator>BrianO_keefe</dc:creator>
    <dc:date>2015-03-11T16:52:21Z</dc:date>
    <item>
      <title>In the Add New Links section how do I create a mailto: URL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629338#M16673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to do this in the BETA... is there something I'm missing? Am I going to have to manually change the HTML to get a MAILTO link?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 16:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629338#M16673</guid>
      <dc:creator>BrianO_keefe</dc:creator>
      <dc:date>2015-03-11T16:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: In the Add New Links section how do I create a mailto: URL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629339#M16674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/18453" target="_blank"&gt;Brian O'keefe&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add the mailto link to the link section. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;mailto:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:person@organization.com" rel="nofollow noopener noreferrer" target="_blank"&gt;person@organization.com&lt;/A&gt;&lt;SPAN&gt;?Subject=Hello%20again&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Replace with your email&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to \arcgis-web-appbuilder-1.0\server\apps\&lt;STRONG&gt;##&lt;/STRONG&gt;&lt;SPAN&gt;\config.json and at about line 20 you will find a parameter to set the URL to the link. Remove the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow noopener noreferrer" target="_blank"&gt;http://&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it should look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "label": "mail",
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "mailto:&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:person@organization.com" rel="nofollow noopener noreferrer" target="_blank"&gt;person@organization.com&lt;/A&gt;&lt;SPAN&gt;?Subject=Hello%20again"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To help with the set up of that URL go to &lt;A href="http://email.about.com/library/misc/blmailto_encoder.htm" title="http://email.about.com/library/misc/blmailto_encoder.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Mailto URL Encoder - About Email&lt;/A&gt; and it will generate the code needed with the appropriate syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:47:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629339#M16674</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2021-12-12T02:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: In the Add New Links section how do I create a mailto: URL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629340#M16675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If anyone can help, I am having a similar issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of linking to a website, or an email address - I'd like to link to a document, such as a PDF or DOC, on our corporate network.&amp;nbsp; I've tried a few things in config.json, but I can't seem to get it to work.&lt;/P&gt;&lt;P&gt;Grateful for any suggestions&amp;nbsp; ... Thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 22:32:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629340#M16675</guid>
      <dc:creator>asinha_ppc</dc:creator>
      <dc:date>2015-09-10T22:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: In the Add New Links section how do I create a mailto: URL?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629341#M16676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Just noticed Portal 10.3 WAB doesn't require an "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;", while Portal 10.3.1 WAB does require and will place it there by default. So, if you're not using WAB Dev Edition, you're pretty much screwed with 10.3.1. Seems unnecessary for esri to have added in this "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;" requirement.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:43:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/in-the-add-new-links-section-how-do-i-create-a/m-p/629341#M16676</guid>
      <dc:creator>ColeAndrews</dc:creator>
      <dc:date>2015-10-21T17:43:25Z</dc:date>
    </item>
  </channel>
</rss>

