<?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: How do you embed a Survey123 form without adding URL parameters? in ArcGIS StoryMaps Questions</title>
    <link>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1070375#M2058</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/494165"&gt;@JenMcRuer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you send the URL you are using? You can remove/hide the item ID if you don't want to share.&lt;/P&gt;&lt;P&gt;As a first troubleshooting step, make sure that you've put a &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;?&lt;/FONT&gt;&lt;/STRONG&gt; after the item ID and &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;&amp;amp;&lt;/FONT&gt;&lt;/STRONG&gt; between each URL parameter.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;lt;iframe src="&lt;A href="https://survey123.arcgis.com/share/" target="_blank"&gt;https://survey123.arcgis.com/share/&lt;/A&gt;&lt;FONT color="#000000"&gt;29f0a949ae44473589b5945677987bdd&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;?&lt;/FONT&gt;&lt;/STRONG&gt;hide&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;&amp;amp;&lt;/FONT&gt;&lt;/STRONG&gt;embed"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Mon, 21 Jun 2021 12:16:23 GMT</pubDate>
    <dc:creator>Anneka_France</dc:creator>
    <dc:date>2021-06-21T12:16:23Z</dc:date>
    <item>
      <title>How do you embed a Survey123 form without adding URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1067824#M2023</link>
      <description>&lt;P&gt;When I embed a Survey123 form in a StoryMap it automatically changes the URL parameters of the link. Regardless of whether I want the link to appear as a card or an iFrame.&lt;/P&gt;&lt;P&gt;For example, the URL I pasted into the embed widget was:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;https://survey123.arcgis.com/share/29f0a949ae44473589b5945677987bdd?lang=fr&lt;/LI-CODE&gt;&lt;P&gt;This is automatically changed to:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;https://survey123.arcgis.com/share/?open=web&amp;amp;embed=fullScreen&amp;amp;lang=fr&amp;amp;id=29f0a949ae44473589b5945677987bdd&amp;amp;hide=navbar,footer,theme&lt;/LI-CODE&gt;&lt;P&gt;Which adds URL parameters to change the format of the survey form to full screen mode, remove the theme colours and hide the navbar, header and footer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's no option to edit the code and remove these URL parameters. How can I stop this from happening?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 09:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1067824#M2023</guid>
      <dc:creator>Anneka_France</dc:creator>
      <dc:date>2021-06-14T09:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do you embed a Survey123 form without adding URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1067855#M2024</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/358045"&gt;@Anneka_France&lt;/a&gt;&amp;nbsp;-- The builder modifies the URL to try to optimize the appearance of the survey in a story, but sometimes you may want to do something different.&lt;/P&gt;&lt;P&gt;If you use &amp;lt;iframe&amp;gt; code for your embed you'll have more control over the URL params. So instead of pasting in the URL to the &lt;STRONG&gt;Add web content&lt;/STRONG&gt; box, use iframe code, like this:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;lt;iframe src="https://survey123.arcgis.com/share/29f0a949ae44473589b5945677987bdd?lang=fr"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-06-14 at 8.52.37 AM.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15871i71AB4F2B45045D8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-06-14 at 8.52.37 AM.jpg" alt="Screen Shot 2021-06-14 at 8.52.37 AM.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The one wrinkle is that if there is no &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;hide&lt;/FONT&gt;&lt;/STRONG&gt; param, one will still get added to hide the three things that are normally hidden (navbar, footer, theme). So if you don't want to hide anything, just add &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;hide&lt;/FONT&gt;&lt;/STRONG&gt; with no attributes, like this:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;lt;iframe src="https://survey123.arcgis.com/share/29f0a949ae44473589b5945677987bdd?lang=fr&amp;amp;hide"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 12:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1067855#M2024</guid>
      <dc:creator>OwenGeo</dc:creator>
      <dc:date>2021-06-14T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do you embed a Survey123 form without adding URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1067860#M2026</link>
      <description>&lt;P&gt;Thanks, that worked!&lt;/P&gt;&lt;P&gt;I also had to add an &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;embed&lt;/FONT&gt;&lt;/STRONG&gt; parameter with no attributes, to stop it opening in full screen.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;lt;iframe src="https://survey123.arcgis.com/share/29f0a949ae44473589b5945677987bdd?lang=fr&amp;amp;hide&amp;amp;embed"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 14 Jun 2021 13:08:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1067860#M2026</guid>
      <dc:creator>Anneka_France</dc:creator>
      <dc:date>2021-06-14T13:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you embed a Survey123 form without adding URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1070222#M2057</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/358045"&gt;@Anneka_France&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/424"&gt;@OwenGeo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also navigating the same challenge. The iframe code worked to provide more control over the dimensions, however, the theme colours, header/footer etc are not displaying, as you mentioned. I've tried your solution -&amp;nbsp;&lt;SPAN&gt;add &lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;hide&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt; with no attributes - but to no avail... ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions on what I may be doing wrong?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jun 2021 19:51:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1070222#M2057</guid>
      <dc:creator>JenMcRuer</dc:creator>
      <dc:date>2021-06-20T19:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do you embed a Survey123 form without adding URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1070375#M2058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/494165"&gt;@JenMcRuer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you send the URL you are using? You can remove/hide the item ID if you don't want to share.&lt;/P&gt;&lt;P&gt;As a first troubleshooting step, make sure that you've put a &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;?&lt;/FONT&gt;&lt;/STRONG&gt; after the item ID and &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;&amp;amp;&lt;/FONT&gt;&lt;/STRONG&gt; between each URL parameter.&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;lt;iframe src="&lt;A href="https://survey123.arcgis.com/share/" target="_blank"&gt;https://survey123.arcgis.com/share/&lt;/A&gt;&lt;FONT color="#000000"&gt;29f0a949ae44473589b5945677987bdd&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;?&lt;/FONT&gt;&lt;/STRONG&gt;hide&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;&amp;amp;&lt;/FONT&gt;&lt;/STRONG&gt;embed"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 21 Jun 2021 12:16:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1070375#M2058</guid>
      <dc:creator>Anneka_France</dc:creator>
      <dc:date>2021-06-21T12:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do you embed a Survey123 form without adding URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1070514#M2060</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/358045"&gt;@Anneka_France&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;iframe src="&lt;A href="https://arcg.is/0HSOL41" target="_blank"&gt;https://arcg.is/0HSOL41&lt;/A&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;hide&lt;/SPAN&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;&amp;amp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;SPAN&gt;embed"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AND have used this from the "embed code" provided on survey123:&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;.embed-container {position: relative; height: 0; padding-bottom:80%; max-width: 100%;} .embed-container iframe, .embed-container object, .embed-container iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;} small{position: absolute; z-index: 40; bottom: 0; margin-bottom: -15px;}&amp;lt;/style&amp;gt;&amp;lt;div class="embed-container"&amp;gt;&amp;lt;iframe name="survey123webform" width="500" height="400" frameborder="0" marginheight="0" marginwidth="0" title="SURVEY 1 Where is Ocean Literacy Research now?" src="//survey123.arcgis.com/share/7e0e7a6635bd4d52b43dfee7f6b60a0d" allow="geolocation &lt;A href="https://survey123.arcgis.com" target="_blank" rel="noopener"&gt;https://survey123.arcgis.com&lt;/A&gt;; camera &lt;A href="https://survey123.arcgis.com" target="_blank" rel="noopener"&gt;https://survey123.arcgis.com&lt;/A&gt;"&amp;gt;&amp;lt;/iframe&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;script&amp;gt;var survey123webform = document.getElementsByName('survey123webform')[0];window.addEventListener("message",e=&amp;gt;{if(e.data){var t=JSON.parse(e.data);"survey123:onFormLoaded"===t.event&amp;amp;&amp;amp;t.contentHeight&amp;amp;&amp;amp;(survey123webform.parentNode.style.height=t.contentHeight+"px")&amp;amp;&amp;amp;(survey123webform.parentNode.style["padding-bottom"]="unset")}});&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Neither works to include theme, header, footer,&amp;nbsp;&lt;/SPAN&gt;navigation....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 15:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1070514#M2060</guid>
      <dc:creator>JenMcRuer</dc:creator>
      <dc:date>2021-06-21T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do you embed a Survey123 form without adding URL parameters?</title>
      <link>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1072933#M2063</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/494165"&gt;@JenMcRuer&lt;/a&gt;&amp;nbsp;-- Looks like you need to use the full survey123.arcgis.com URL rather than the short URL. I was able to get things to work as you are expecting using the code below.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;&amp;lt;iframe src="https://survey123.arcgis.com/share/7e0e7a6635bd4d52b43dfee7f6b60a0d?hide&amp;amp;embed"&amp;gt;&amp;lt;/iframe&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-06-26 at 8.04.06 AM.jpg" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/17092iFA7A133B0747306C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-06-26 at 8.04.06 AM.jpg" alt="Screen Shot 2021-06-26 at 8.04.06 AM.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 26 Jun 2021 12:04:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-storymaps-questions/how-do-you-embed-a-survey123-form-without-adding/m-p/1072933#M2063</guid>
      <dc:creator>OwenGeo</dc:creator>
      <dc:date>2021-06-26T12:04:44Z</dc:date>
    </item>
  </channel>
</rss>

