<?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: Hiding groups of questions using URL parameters in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162786#M42016</link>
    <description>&lt;P&gt;Thank you so much, Peter!&lt;/P&gt;&lt;P&gt;This worked for hiding the question names (q1, q2, q3...), but I couldn't get it to work for the groups labels (group1, group2, group3). So I ended up forgoing the groups altogether and embedded the following URL to only show the first 3 questions:&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;&lt;SPAN&gt;&amp;lt;survey_itemId&amp;gt;&lt;/SPAN&gt;?hide=navbar,header,footer,theme,description,field:q4,field:q5,field:q6,field:q7,field:q8,field:q9,field:q10,field:q11,field:q12,field:q13,field:q14,field:q15,field:q16,field:q17,field:q18,field:q19,field:q20,field:q21,field:q22,field:q23,field:q24&lt;/P&gt;</description>
    <pubDate>Sat, 09 Apr 2022 00:32:57 GMT</pubDate>
    <dc:creator>ZField</dc:creator>
    <dc:date>2022-04-09T00:32:57Z</dc:date>
    <item>
      <title>Hiding groups of questions using URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162750#M42014</link>
      <description>&lt;P&gt;I have a lengthy list of questions that I created in Survey 123 and would like to have embedded into a StoryMap in sections. I'm hoping to be able to hide specific groups of questions using the URL parameters that are available, however, I'm not able to get them to work.&lt;/P&gt;&lt;P&gt;More specifically, I'm attempting to format my StoryMap as follows:&lt;/P&gt;&lt;P&gt;StoryMap Content (maps, text, etc)&lt;BR /&gt;&lt;EM&gt;- Group 1 questions (embedded)&lt;/EM&gt;&lt;BR /&gt;Continued StoryMap Content (maps, text, etc)&lt;BR /&gt;&lt;EM&gt;- Group 2 questions (embedded)&lt;/EM&gt;&lt;BR /&gt;Continued StoryMap Content (maps, text, etc)&lt;BR /&gt;&lt;EM&gt;- Group 3 questions (embedded)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I understand that at the end of the Survey 123 URL that you use to embed the questions, you can use the &lt;STRONG&gt;?hide=&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;header,description,footer,theme&lt;/STRONG&gt;&amp;nbsp;parameter to hide the header, etc. but how do you use the hide parameter to hide a specified group of questions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 21:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162750#M42014</guid>
      <dc:creator>ZField</dc:creator>
      <dc:date>2022-04-08T21:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding groups of questions using URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162757#M42015</link>
      <description>&lt;P&gt;See the description for the "hide" parameter in&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm#ESRI_SECTION1_C7595C0E961B41E99B1E9007F306281A" target="_self"&gt;Integrate with other apps -&amp;nbsp;Parameters for a web app&lt;/A&gt;, and it is "field:fieldName" that I think you are after.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your groups of questions have the fieldNames of group1, group2, and group3, and you want to only show the first group of questions, then your URL would look like:&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;survey_itemId&amp;gt;?hide=header,description,footer,theme,field:group2,field:group3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 22:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162757#M42015</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2022-04-08T22:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding groups of questions using URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162786#M42016</link>
      <description>&lt;P&gt;Thank you so much, Peter!&lt;/P&gt;&lt;P&gt;This worked for hiding the question names (q1, q2, q3...), but I couldn't get it to work for the groups labels (group1, group2, group3). So I ended up forgoing the groups altogether and embedded the following URL to only show the first 3 questions:&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;&lt;SPAN&gt;&amp;lt;survey_itemId&amp;gt;&lt;/SPAN&gt;?hide=navbar,header,footer,theme,description,field:q4,field:q5,field:q6,field:q7,field:q8,field:q9,field:q10,field:q11,field:q12,field:q13,field:q14,field:q15,field:q16,field:q17,field:q18,field:q19,field:q20,field:q21,field:q22,field:q23,field:q24&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 00:32:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162786#M42016</guid>
      <dc:creator>ZField</dc:creator>
      <dc:date>2022-04-09T00:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding groups of questions using URL parameters</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162830#M42017</link>
      <description>&lt;P&gt;Glad to hear you found a way to make it work for you!&lt;/P&gt;&lt;P&gt;Hiding groups works for me, so you might just double-check that you have the correct fieldNames for your groups.&lt;/P&gt;&lt;P&gt;If you authoring your form in Survey123 Connect, the fieldNames for everything are in the "name" or second column of the XLSForm.&lt;/P&gt;&lt;P&gt;If you are authoring your form on the web, then I don't know of a way to directly view groups' fieldNames.&amp;nbsp; (You can view the question fieldNames by selecting Modify Schema when publishing; they are shown in the Name column of the table.) I usually use Survey123Connect to create a new survey from the web-authored one, then view the auto-generated fieldNames for the groups in the resulting XLSForm. Or, you can make an educated guess at the group fieldNames based on their Label (e.g., a group labeled "Group 1" gets an autogenerated fieldName of "Group_1"; spaces and other special characters in the label are replaced by underscores in the fieldName.)&lt;/P&gt;</description>
      <pubDate>Sat, 09 Apr 2022 15:12:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/hiding-groups-of-questions-using-url-parameters/m-p/1162830#M42017</guid>
      <dc:creator>PeterKnoop</dc:creator>
      <dc:date>2022-04-09T15:12:47Z</dc:date>
    </item>
  </channel>
</rss>

