<?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 Disabling mode=edit links for specific forms once they have been sent out to respondents? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694610#M65867</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am trying to publish a survey where respondents can edit their responses until the survey closes. The survey is annual, so it is only open for a short time period each year. I have created an automation where once the survey is submitted, a link to edit survey responses is sent to the respondent's email.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is that once the edit link is sent out, respondents are still able to edit their responses via the link even after the survey is closed. Setting the readonly column to TRUE offers a temporary fix, but once the survey reopens the following year this setting needs to be changed back and users would have the option to edit their old responses from the previous year once again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to disable the mode=edit links for specific forms once they have been sent out to respondents? Are there any workarounds?&lt;/P&gt;&lt;P&gt;Any help and/or insights would be appreciated. Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2026 16:54:16 GMT</pubDate>
    <dc:creator>ChandraLala</dc:creator>
    <dc:date>2026-04-06T16:54:16Z</dc:date>
    <item>
      <title>Disabling mode=edit links for specific forms once they have been sent out to respondents?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694610#M65867</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am trying to publish a survey where respondents can edit their responses until the survey closes. The survey is annual, so it is only open for a short time period each year. I have created an automation where once the survey is submitted, a link to edit survey responses is sent to the respondent's email.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is that once the edit link is sent out, respondents are still able to edit their responses via the link even after the survey is closed. Setting the readonly column to TRUE offers a temporary fix, but once the survey reopens the following year this setting needs to be changed back and users would have the option to edit their old responses from the previous year once again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to disable the mode=edit links for specific forms once they have been sent out to respondents? Are there any workarounds?&lt;/P&gt;&lt;P&gt;Any help and/or insights would be appreciated. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 16:54:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694610#M65867</guid>
      <dc:creator>ChandraLala</dc:creator>
      <dc:date>2026-04-06T16:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling mode=edit links for specific forms once they have been sent out to respondents?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694680#M65876</link>
      <description>&lt;P&gt;Probably a bunch of ways you could handle this depending on your set-up. An easy one may be a hidden date field (utcNow()), and then compare that date to the Create Date and dynamically set all fields to Read Only when the difference is more than some interval (e.g., Ready Only if difference &amp;gt;60 days)&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 21:35:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694680#M65876</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2026-04-06T21:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling mode=edit links for specific forms once they have been sent out to respondents?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694685#M65877</link>
      <description>&lt;P&gt;Thank you for this suggestion! I will be trying this&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 22:02:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694685#M65877</guid>
      <dc:creator>ChandraLala</dc:creator>
      <dc:date>2026-04-06T22:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling mode=edit links for specific forms once they have been sent out to respondents?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1695964#M65961</link>
      <description>&lt;P&gt;For some reason, the conditional readonly statements (${current_date} = ${submission_date}) will not evaluate correctly upon testing and still allows for edits via the editing link. Setting readonly to TRUE is the only thing that blocks respondents from editing via the editing link. Still looking for solutions to this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Current_date was created with today() in the default column. Submission_date was created with once(today()) in the calculation column.&lt;/P&gt;&lt;P&gt;I also experimented with using an end type question to retrieve submission date and setting conditional readonly statements to now()-${submission_date}&amp;lt;1. This still allows for edits. Furthermore, I have tried using an end type question to retrieve submission date, creating a new integer field called days_past to calculate how many days have passed since submission (calculate: int(now() - ${submission_date})), and setting conditional readonly statements&amp;nbsp;${days_past} &amp;lt; 1. Both ways still allow for edits.&lt;/P&gt;&lt;P&gt;Setting conditional readonly statements to today() = date('2026-04-13') still allows for edits as well.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 21:41:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1695964#M65961</guid>
      <dc:creator>ChandraLala</dc:creator>
      <dc:date>2026-04-13T21:41:06Z</dc:date>
    </item>
  </channel>
</rss>

