<?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 HTML text editor for &amp;quot;Button&amp;quot; adds amp;amp; in URL parameters for Survey123 link in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/html-text-editor-for-quot-button-quot-adds-amp-amp/m-p/1360584#M6009</link>
    <description>&lt;P&gt;I'm trying to add a button in a Hub site for a Survey123 with custom parameters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time I add the link in the href = "..." and click ok, it translates the &amp;amp; to amp;amp;.&lt;/P&gt;&lt;P&gt;This breaks the Survey123 URL parameters link. I have tried encoding it ahead of time with &amp;amp;amp; but then it add amp;amp;amp;amp;amp;amp. It's all chaos!!&lt;/P&gt;&lt;P&gt;How the heckin' do I get the HTML to stop doing this or add a button that will just open up my Survey with the custom URL parameters?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Teresa_Blader_0-1702498179477.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88959i5E02E03D70620235/image-size/large?v=v2&amp;amp;px=999" role="button" title="Teresa_Blader_0-1702498179477.png" alt="Teresa_Blader_0-1702498179477.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 20:27:21 GMT</pubDate>
    <dc:creator>Teresa_Blader</dc:creator>
    <dc:date>2023-12-13T20:27:21Z</dc:date>
    <item>
      <title>HTML text editor for "Button" adds amp;amp; in URL parameters for Survey123 link</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/html-text-editor-for-quot-button-quot-adds-amp-amp/m-p/1360584#M6009</link>
      <description>&lt;P&gt;I'm trying to add a button in a Hub site for a Survey123 with custom parameters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every time I add the link in the href = "..." and click ok, it translates the &amp;amp; to amp;amp;.&lt;/P&gt;&lt;P&gt;This breaks the Survey123 URL parameters link. I have tried encoding it ahead of time with &amp;amp;amp; but then it add amp;amp;amp;amp;amp;amp. It's all chaos!!&lt;/P&gt;&lt;P&gt;How the heckin' do I get the HTML to stop doing this or add a button that will just open up my Survey with the custom URL parameters?&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Teresa_Blader_0-1702498179477.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88959i5E02E03D70620235/image-size/large?v=v2&amp;amp;px=999" role="button" title="Teresa_Blader_0-1702498179477.png" alt="Teresa_Blader_0-1702498179477.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 20:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/html-text-editor-for-quot-button-quot-adds-amp-amp/m-p/1360584#M6009</guid>
      <dc:creator>Teresa_Blader</dc:creator>
      <dc:date>2023-12-13T20:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: HTML text editor for "Button" adds amp;amp; in URL parameters for Survey123 link</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/html-text-editor-for-quot-button-quot-adds-amp-amp/m-p/1360764#M6011</link>
      <description>&lt;P&gt;Hi Teresa&lt;/P&gt;&lt;P&gt;This is a known issue and the fix and will hopefully be implemented soon. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&amp;nbsp;Until then, you can embed links containing the "&amp;amp;" character with certain other types of HTML buttons. For example, the &lt;A href="https://getbootstrap.com/docs/4.0/components/buttons/" target="_self"&gt;Bootstrap button classes&lt;/A&gt; work for me:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&amp;lt;a&lt;/SPAN&gt; &lt;SPAN class=""&gt;class=&lt;/SPAN&gt;&lt;SPAN class=""&gt;"btn btn-primary"&lt;/SPAN&gt; &lt;SPAN class=""&gt;href=&lt;/SPAN&gt;&lt;SPAN class=""&gt;"#"&lt;/SPAN&gt; &lt;SPAN class=""&gt;role=&lt;/SPAN&gt;&lt;SPAN class=""&gt;"button"&lt;/SPAN&gt;&lt;SPAN class=""&gt;&amp;gt;&lt;/SPAN&gt;Link&lt;SPAN class=""&gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Dec 2023 08:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/html-text-editor-for-quot-button-quot-adds-amp-amp/m-p/1360764#M6011</guid>
      <dc:creator>SophieSturzenegger</dc:creator>
      <dc:date>2023-12-14T08:24:35Z</dc:date>
    </item>
  </channel>
</rss>

