<?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: Preventing respondents from editing responses via editing link after a certain amount of time in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696498#M65989</link>
    <description>&lt;P&gt;Thank you for your suggestion! I will probably be using this strategy as a workaround.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2026 18:43:32 GMT</pubDate>
    <dc:creator>ChandraLala</dc:creator>
    <dc:date>2026-04-15T18:43:32Z</dc:date>
    <item>
      <title>Preventing respondents from editing responses via editing link after a certain amount of time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1695990#M65962</link>
      <description>&lt;P&gt;Hello everyone, I asked this question previously at &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694610#M65867" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/disabling-mode-edit-links-for-specific-forms-once/m-p/1694610#M65867&lt;/A&gt;&amp;nbsp;but am creating a new post to restate my question in a better way. My ultimate objective is to create a constraint where respondents with an editing link are unable to make changes to their answers once 30 days have passed since their initial submission date.&lt;/P&gt;&lt;P&gt;To do this, I want to use conditional readonly statements. I am currently testing the configuration of this, and do not want to wait 30 days to see if this would work, so for testing I am trying to create a condition where I am unable to edit my survey responses via the editing link if I submitted the survey less than one day prior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, no matter what I try, the readonly conditional statements will not evaluate to TRUE and the editing links still allow for changes to be made.&amp;nbsp;My current workflow is creating an end type question named submission_date that retrieves the submission date and time. Then, a days_past integer question with the calculation&amp;nbsp;int(now() - ${submission_date}) retrieves the numbers of days that have passed since submission. I have set readonly conditional statements for all the questions as&amp;nbsp;${days_past} &amp;lt; 1 and pulldata("@property", 'mode') = 'edit'. I have also tried with the&amp;nbsp;&lt;SPAN&gt;&amp;amp;forceRecalculate=days_past parameter added to the editing URL. This has not worked and I am still able to edit my responses. My thinking was that if this test worked properly, I could replace my conditional statements with&amp;nbsp;${days_past} &amp;gt; 30 and pulldata("@property", 'mode') = 'edit'.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The only thing that prevents me from editing my responses via the editing link is setting the readonly column to TRUE. However, my ultimate goal is to make it so that the readonly column only evaluates to TRUE after 30 days since submission. Is there something obviously wrong that I am missing? It just seems like the readonly conditional statements aren't evaluating correctly. Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: I have seen old posts talking about how survey123 webforms can't support formulas in the readonly column (&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/does-the-survey123-web-app-support-readonly/td-p/806469" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/does-the-survey123-web-app-support-readonly/td-p/806469&lt;/A&gt;). Is this still true? If so then that would probably be the reason this isn't working... are there any workarounds to this? If not, then I will likely have to hide all my questions using the visible column, using the conditional statement&amp;nbsp;${days_past} &amp;lt; 30.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 19:04:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1695990#M65962</guid>
      <dc:creator>ChandraLala</dc:creator>
      <dc:date>2026-04-15T19:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing respondents from editing responses via editing link after a certain amount of time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1695993#M65963</link>
      <description>&lt;P&gt;When opening a form for editing most calcs will not refire.&amp;nbsp; Esp if no changes.&lt;/P&gt;&lt;P&gt;If you tried Calculation modes yet?&amp;nbsp; I am not sure there on editing still but maybe.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-calculation-modes/ba-p/1206967" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-calculation-modes/ba-p/1206967&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;May have to set to always on the time calc and maybe even pulldata to get it to go.&amp;nbsp; Test date first.&lt;/P&gt;&lt;P&gt;You could also look at hiding all the questions in a big group but my guess is users will think it is broke.&lt;/P&gt;&lt;P&gt;Hope that is it.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 22:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1695993#M65963</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2026-04-13T22:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing respondents from editing responses via editing link after a certain amount of time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1695996#M65965</link>
      <description>&lt;P&gt;Thank you for your suggestion, unfortunately this did not fix things. Seems like hiding all the questions is my only option.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 23:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1695996#M65965</guid>
      <dc:creator>ChandraLala</dc:creator>
      <dc:date>2026-04-13T23:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing respondents from editing responses via editing link after a certain amount of time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696082#M65969</link>
      <description>&lt;P&gt;This appears to work, at least in Connect.&amp;nbsp; Once you get this working you can adjust the readonly calc to what ever your time scale needs to be.&amp;nbsp; I believe this is what&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;suggested in your last post.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neal_t_k_0-1776171998569.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/151054iDD6F0D4000EF1846/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Neal_t_k_0-1776171998569.png" alt="Neal_t_k_0-1776171998569.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 13:09:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696082#M65969</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2026-04-14T13:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing respondents from editing responses via editing link after a certain amount of time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696163#M65972</link>
      <description>&lt;P&gt;Indeed!&amp;nbsp;&lt;/P&gt;&lt;P&gt;An alternative for the "today" date field would be to skip the calculationMode and instead use the&amp;nbsp;'null' property (bind::esri:fieldType). That would also ensure it defaults to&amp;nbsp;"when the survey is opened" and also prevent that field from being added to the feature layer (since it doesn't really need to live there). Both options should have the same end result.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 16:15:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696163#M65972</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2026-04-14T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing respondents from editing responses via editing link after a certain amount of time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696477#M65987</link>
      <description>&lt;P&gt;Thank you for your help. I tried this but it is not working for me, I'm not sure why I am still able to edit answers with the editing link. I included the calculationMode as well for the current date row, it just isn't shown in my screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-04-15 105311.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/151151i678831AF6FCC2CAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-04-15 105311.png" alt="Screenshot 2026-04-15 105311.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-04-15 105323.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/151150i5C4CC6B03E0182A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-04-15 105323.png" alt="Screenshot 2026-04-15 105323.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My understanding is that since I set the conditional read only statement to evaluate to TRUE when the current and submission dates match, I shouldn't be able to edit my answer in the scenario above.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 18:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696477#M65987</guid>
      <dc:creator>ChandraLala</dc:creator>
      <dc:date>2026-04-15T18:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing respondents from editing responses via editing link after a certain amount of time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696491#M65988</link>
      <description>&lt;P&gt;You are right, calculation appear not to work in read-only column in the web app,&amp;nbsp; You can set up two fields (one Text entry, one Note) hidden based on the the date equaling or not equaling each other to get the same effect.&amp;nbsp; See attached for an example which I tested on the web app.&amp;nbsp; Make sure to "null" the note field so there is not duplicate entry in the data.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 18:30:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696491#M65988</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2026-04-15T18:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Preventing respondents from editing responses via editing link after a certain amount of time</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696498#M65989</link>
      <description>&lt;P&gt;Thank you for your suggestion! I will probably be using this strategy as a workaround.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2026 18:43:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/preventing-respondents-from-editing-responses-via/m-p/1696498#M65989</guid>
      <dc:creator>ChandraLala</dc:creator>
      <dc:date>2026-04-15T18:43:32Z</dc:date>
    </item>
  </channel>
</rss>

