<?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: Set hint text using URL parameters in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/set-hint-text-using-url-parameters/m-p/1346076#M52693</link>
    <description>&lt;P&gt;Thank you for this,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;, what a clever way to do it! Following your instructions, I added a single text field, called parkdetails, hid it and set it to not submit an answer. Below is the URL I was then able to use, included an image to show the results. I'm generating the link in a web map, so it can also plug in attribute field values so the details will be custom to the park building the person opens the rental form for.&lt;/P&gt;&lt;P&gt;&lt;A href="https://survey123.arcgis.com/share/" target="_blank"&gt;https://survey123.arcgis.com/share/&lt;/A&gt;&amp;lt;surveyID&amp;gt;?field:parkdetails=&amp;lt;div style="font-size:1.25em;font-style:italic"&amp;gt;Please review your rental details&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;Capacity: {CapacityField} guests&amp;lt;br/&amp;gt;Resident | Non-resident fee: ${ResFeeField} | ${NonResFeeField}&lt;/P&gt;&lt;P&gt;Thank you again so much, this is EXACTLY what I needed!&lt;/P&gt;</description>
    <pubDate>Mon, 06 Nov 2023 14:48:47 GMT</pubDate>
    <dc:creator>JohnNergeBrooklynPark</dc:creator>
    <dc:date>2023-11-06T14:48:47Z</dc:date>
    <item>
      <title>Set hint text using URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/set-hint-text-using-url-parameters/m-p/1345816#M52683</link>
      <description>&lt;P&gt;I'm playing around with URL parameters to customize some text in my survey (built in Web Designer). It's working great using a Note, but I'm wondering if it's possible to use URL parameters to dynamically set hint text for questions?&lt;/P&gt;&lt;P&gt;The specific use case is for people renting a park building. When they click on a link from my web map pop-up, it'll direct them to survey with the park already selected (eventually I'll hide the single choice question so they can't change it). I can write the note text just fine using URL parameters plus some html/css formatting. But it'd be nice if I could put that text as the hint for a single choice question so that the details I want them to review and the button they need to click to confirm are right next to each other, vs. needing the extra question heading.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 21:12:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/set-hint-text-using-url-parameters/m-p/1345816#M52683</guid>
      <dc:creator>JohnNergeBrooklynPark</dc:creator>
      <dc:date>2023-11-03T21:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set hint text using URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/set-hint-text-using-url-parameters/m-p/1345823#M52684</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/269604"&gt;@JohnNergeBrooklynPark&lt;/a&gt;&amp;nbsp;Lucky you! It works! See below.&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6340447954112w1024h540r717" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6340447954112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6340447954112w1024h540r717');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6340447954112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2023 21:35:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/set-hint-text-using-url-parameters/m-p/1345823#M52684</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2023-11-03T21:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set hint text using URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/set-hint-text-using-url-parameters/m-p/1346076#M52693</link>
      <description>&lt;P&gt;Thank you for this,&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;, what a clever way to do it! Following your instructions, I added a single text field, called parkdetails, hid it and set it to not submit an answer. Below is the URL I was then able to use, included an image to show the results. I'm generating the link in a web map, so it can also plug in attribute field values so the details will be custom to the park building the person opens the rental form for.&lt;/P&gt;&lt;P&gt;&lt;A href="https://survey123.arcgis.com/share/" target="_blank"&gt;https://survey123.arcgis.com/share/&lt;/A&gt;&amp;lt;surveyID&amp;gt;?field:parkdetails=&amp;lt;div style="font-size:1.25em;font-style:italic"&amp;gt;Please review your rental details&amp;lt;/div&amp;gt;&amp;lt;br/&amp;gt;Capacity: {CapacityField} guests&amp;lt;br/&amp;gt;Resident | Non-resident fee: ${ResFeeField} | ${NonResFeeField}&lt;/P&gt;&lt;P&gt;Thank you again so much, this is EXACTLY what I needed!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 14:48:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/set-hint-text-using-url-parameters/m-p/1346076#M52693</guid>
      <dc:creator>JohnNergeBrooklynPark</dc:creator>
      <dc:date>2023-11-06T14:48:47Z</dc:date>
    </item>
  </channel>
</rss>

