<?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: time question that can't be adjusted in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/time-question-that-can-t-be-adjusted/m-p/1007436#M31473</link>
    <description>&lt;P&gt;Thank you Jim! I was close - I had a "Launch now" button just as you suggested, but I didn't realize there is a readonly field. Also, I was trying to use an if statement in the calculation, rather than using the relevant field. Thanks so much! Very helpful.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2020 16:56:49 GMT</pubDate>
    <dc:creator>JenHorsman</dc:creator>
    <dc:date>2020-12-07T16:56:49Z</dc:date>
    <item>
      <title>time question that can't be adjusted</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/time-question-that-can-t-be-adjusted/m-p/1007122#M31441</link>
      <description>&lt;P&gt;I have created a form that we use for UAS missions. Before each flight, the user fills out the form which has questions related to the mission, including takeoff time - the time the drone is actually launched into the air. My form has a time question that populates a time attribute called "takeoff".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JenniferHorsman1_0-1607123208501.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1536i0AD48D98AE47B3F9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JenniferHorsman1_0-1607123208501.png" alt="JenniferHorsman1_0-1607123208501.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When clicked on, the current time automatically comes up, but it allows the user to adjust it like so:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JenniferHorsman1_1-1607123266685.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1537i01AAC98CF7738B4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JenniferHorsman1_1-1607123266685.png" alt="JenniferHorsman1_1-1607123266685.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would love to be able to keep the user from adjusting this time and just accept the current time that comes up when the question is clicked on. Even better would be a way to click a checkbox called "Launch" or something similar that populates the takeoff time field with "now()".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions? I can keep it as is, but I've already had a user consistently mess this up (changing to AM when it is PM, putting the wrong time, etc.) Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 23:16:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/time-question-that-can-t-be-adjusted/m-p/1007122#M31441</guid>
      <dc:creator>JenHorsman</dc:creator>
      <dc:date>2020-12-04T23:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: time question that can't be adjusted</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/time-question-that-can-t-be-adjusted/m-p/1007254#M31451</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/112982"&gt;@JenHorsman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your suggestion of a 'launch' button, something like the example below could work. When the user selects 'Launch now!', the time question becomes relevant, which triggers the now() calculation. Setting the time question to read-only ensures the time cannot be modified.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jim-Moore_0-1607302851075.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1562iC7C396766617C848/image-size/large?v=v2&amp;amp;px=999" role="button" title="Jim-Moore_0-1607302851075.png" alt="Jim-Moore_0-1607302851075.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="Jim-Moore_1-1607302967389.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/1563iD7B08AB6CEA262FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jim-Moore_1-1607302967389.png" alt="Jim-Moore_1-1607302967389.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 01:05:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/time-question-that-can-t-be-adjusted/m-p/1007254#M31451</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2020-12-07T01:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: time question that can't be adjusted</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/time-question-that-can-t-be-adjusted/m-p/1007436#M31473</link>
      <description>&lt;P&gt;Thank you Jim! I was close - I had a "Launch now" button just as you suggested, but I didn't realize there is a readonly field. Also, I was trying to use an if statement in the calculation, rather than using the relevant field. Thanks so much! Very helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 16:56:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/time-question-that-can-t-be-adjusted/m-p/1007436#M31473</guid>
      <dc:creator>JenHorsman</dc:creator>
      <dc:date>2020-12-07T16:56:49Z</dc:date>
    </item>
  </channel>
</rss>

