<?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 Re: Syrvey123 Web Form email hyperlink in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/syrvey123-web-form-email-hyperlink/m-p/1054028#M34310</link>
    <description>&lt;P&gt;Hi Jason,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try something like this, using concat to connect HTML code and variables (${}).&amp;nbsp; I roughly wrote so this may still contain the error, but basically you want to build a code to fit in under a href's url using concat and also the rest of HTML part.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;concat('&amp;lt;a href="mailto:',${Email},'?subject= Review of', ${sp_number},"&amp;amp;body=",${sp_number}, "- ",${name}," has been revired and has a status of " ,${status},',",&amp;gt;Click Here to send status update email&amp;lt;/a&amp;gt;')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;</description>
    <pubDate>Mon, 03 May 2021 22:49:54 GMT</pubDate>
    <dc:creator>KerryKang</dc:creator>
    <dc:date>2021-05-03T22:49:54Z</dc:date>
    <item>
      <title>Syrvey123 Web Form email hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/syrvey123-web-form-email-hyperlink/m-p/1053142#M34261</link>
      <description>&lt;P&gt;I've added a note to a Survey123 web form that a user can click on to submit an email, with the contents of the survey.&lt;/P&gt;&lt;P&gt;The script in the XLS Form looks like this:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&amp;lt;a href="mailto:email@email.com?subject=Review of ${sp_number}&amp;amp;body=${sp_number} - ${name} has been reviewed, and has a status of ${status}."&amp;gt;Click Here to send status update email&amp;lt;/a&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;However, when opening the survey in a web browser, the note looks like this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JasonCyphers_2-1619786236092.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/12256iBA7F1336B2774F3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JasonCyphers_2-1619786236092.png" alt="JasonCyphers_2-1619786236092.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...and clicking on the link populates a new email in Outlook like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JasonCyphers_1-1619785833644.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/12254i240BFFF1EEE4F5C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JasonCyphers_1-1619785833644.png" alt="JasonCyphers_1-1619785833644.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can I modify the code to work correctly?&amp;nbsp; I've tried various combinations of "?" and "&amp;amp;" before the subject and body, with no luck.&lt;/P&gt;&lt;P&gt;I went down the Power Automate route, to automatically send an email; however, there are too many variables with the form to limit the number of emails sent to just one, when the feature was approved, and to not send duplicate ones when the point was updated again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 12:39:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/syrvey123-web-form-email-hyperlink/m-p/1053142#M34261</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-04-30T12:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Syrvey123 Web Form email hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/syrvey123-web-form-email-hyperlink/m-p/1054028#M34310</link>
      <description>&lt;P&gt;Hi Jason,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try something like this, using concat to connect HTML code and variables (${}).&amp;nbsp; I roughly wrote so this may still contain the error, but basically you want to build a code to fit in under a href's url using concat and also the rest of HTML part.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;concat('&amp;lt;a href="mailto:',${Email},'?subject= Review of', ${sp_number},"&amp;amp;body=",${sp_number}, "- ",${name}," has been revired and has a status of " ,${status},',",&amp;gt;Click Here to send status update email&amp;lt;/a&amp;gt;')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 22:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/syrvey123-web-form-email-hyperlink/m-p/1054028#M34310</guid>
      <dc:creator>KerryKang</dc:creator>
      <dc:date>2021-05-03T22:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Syrvey123 Web Form email hyperlink</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/syrvey123-web-form-email-hyperlink/m-p/1056146#M34466</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; Didn't even think about a concat statement.&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 11:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/syrvey123-web-form-email-hyperlink/m-p/1056146#M34466</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-05-10T11:18:14Z</dc:date>
    </item>
  </channel>
</rss>

