<?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: Survey123 form won't return back to Field Maps after the user submits in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1466999#M56861</link>
    <description>&lt;P&gt;I redid the code and saved...it is now going back to Field Maps...I am not sure what the issue was but thank you for taking the time to respond&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 18:08:35 GMT</pubDate>
    <dc:creator>ChristineTombleson1</dc:creator>
    <dc:date>2024-05-14T18:08:35Z</dc:date>
    <item>
      <title>Survey123 form won't return back to Field Maps after the user submits</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1465899#M56850</link>
      <description>&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;I have several buttons that open up Survey123 Connect forms in Field Maps.&amp;nbsp; When a user clicks on it, the Survey123 form opens, user inputs data, and after the user submits, the user is taken back to Field Maps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, for one of my Survey123 forms, it is sending the user to a My Survey123 page with&amp;nbsp;with icons of all the surveys.&amp;nbsp; I don't understand why it no longer goes back to Field Maps after the form is submitted. I have reviewed the code and it appears to be the same I am using in the other forms. This form used to go back to Field Maps after submittal. I am not sure what is going on. I was hoping someone else with fresh eyes may see what is wrong with my URL or maybe knows why else my form is not returning to Field Maps.&lt;/P&gt;&lt;P&gt;This is my code:&amp;nbsp; &amp;lt;a style="background-color:#5be050;border-radius:11px;color:#1d2ee2;display:inline-block;font-family:Arial, sans-serif;font-size:20px;text-align:center;text-decoration:none;" href="arcgis-survey123://?itemID=3ddc06792d5b4a3691479049329948fe&amp;amp;amp;field:QuadInsp_GUID={GlobalID}&amp;amp;amp;field:TransectQuadLocation={QuadLocation}&amp;amp;amp;field:TreatmentTypeInt={ParentTreatmentType}&amp;amp;amp;field:TransectInt={TransectNumber}&amp;amp;amp;field:HM0_Meters={HM0_Meters}&amp;amp;amp;field: Rip_Meters={Rip_Meters}&amp;amp;amp;callback=https%3A%2F%2Ffieldmaps.arcgis.app" target="_blank"&amp;gt;&amp;lt;strong&amp;gt;Record Transect&amp;lt;/strong&amp;gt;&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;Would this be an issue in the option settings of the form. I am using an offline map in Field Maps so I used Enable Inbox. Is this causing the issue, though, I switched the settings to Enable sent folder and I am still have the same problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for assistance!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 15:20:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1465899#M56850</guid>
      <dc:creator>ChristineTombleson1</dc:creator>
      <dc:date>2024-05-14T15:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 form won't return back to Field Maps after the user submits</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1465971#M56852</link>
      <description>&lt;P&gt;Looks like you have encoding in there.&amp;nbsp; I personally have never had to encode and it works just fine from Field Maps.&lt;/P&gt;&lt;P&gt;Also I do not generate the URL in Arcade I add it as a URL in the popup.&amp;nbsp; Instead you can generate parts of the URL if there is any Arcade you have to pull.&amp;nbsp; I am also not using any style tags.&amp;nbsp; That may be it.&amp;nbsp; You can just style it in the popup then add the link.&lt;/P&gt;&lt;P&gt;Here is a sample of mine that works.&lt;/P&gt;&lt;P&gt;arcgis-survey123://?itemID=880889c6fb51fac1f1dc&amp;amp;field:PointID={PointID}&amp;amp;field:EvaluationID={expression/expr0}&amp;amp;field:Project={Project}&amp;amp;callback=&lt;A href="https://fieldmaps.arcgis.app" target="_blank"&gt;https://fieldmaps.arcgis.app&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 15:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1465971#M56852</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-05-14T15:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 form won't return back to Field Maps after the user submits</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1466717#M56859</link>
      <description>&lt;P&gt;Hi - My code has style tags etc. in it since it is code for a button in the pop-up under Text Content. The code is to create a button in the popup that users can use instead of just a link.&amp;nbsp; I have been using this app for awhile and the form has always returned to field maps after being submitted. I recently added a third field to populate info on the survey form from the parent table and now it won't go back to field maps...I don't see the connection.&amp;nbsp; &amp;nbsp;My app is set up to use the buttons instead of links (with the link being inside the button).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChristineTombleson1_0-1715706317557.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/104080i82719E365125D3F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChristineTombleson1_0-1715706317557.jpeg" alt="ChristineTombleson1_0-1715706317557.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChristineTombleson1_2-1715707345914.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/104084iDFB3C8B2E044E338/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChristineTombleson1_2-1715707345914.png" alt="ChristineTombleson1_2-1715707345914.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChristineTombleson1_3-1715707404466.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/104087i071AA7F6A2FADB1B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChristineTombleson1_3-1715707404466.png" alt="ChristineTombleson1_3-1715707404466.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1466717#M56859</guid>
      <dc:creator>ChristineTombleson1</dc:creator>
      <dc:date>2024-05-14T17:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 form won't return back to Field Maps after the user submits</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1466999#M56861</link>
      <description>&lt;P&gt;I redid the code and saved...it is now going back to Field Maps...I am not sure what the issue was but thank you for taking the time to respond&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 18:08:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-form-won-t-return-back-to-field-maps/m-p/1466999#M56861</guid>
      <dc:creator>ChristineTombleson1</dc:creator>
      <dc:date>2024-05-14T18:08:35Z</dc:date>
    </item>
  </channel>
</rss>

