<?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 Hubspot's new form builder showing Previous and Next buttons stacked on mobile. in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-s-new-form-builder-showing-Previous-and-Next-buttons/m-p/1108301#M80302</link>
    <description>&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have built a form using Hubspot's new form builder tool with multiple pages. My only problem is when it is viewed on mobile less than 480px, the Previous and Next buttons are stacked on top of each other, making it very clumsy to interact with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried adding in CSS, and some Javascript to our webpage, but it returns a security error due to a cross-origin iframe issue. Is there any way around this? The buttons don't appear stacked in the form builder, only once published.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the form link below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://share.hsforms.com/25Wg-1StYR0OxvmTgh0ILzw4cb73" target="_blank"&gt;https://share.hsforms.com/25Wg-1StYR0OxvmTgh0ILzw4cb73&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On our webpage:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tiga.asia/residential/buyer-info" target="_blank"&gt;https://www.tiga.asia/residential/buyer-info&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Code inside the &amp;lt;head&amp;gt; tag:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&amp;lt;style&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/83477"&gt;@media&lt;/a&gt; (max-width: 786px) {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;.hsfc-NavigationRow__Buttons {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; display: flex !important;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; flex-direction: row !important;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; justify-content: center !important;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; align-items: center !important;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; gap: 10px !important;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; flex-wrap: nowrap !important;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; width: auto !important;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;lt;/style&amp;gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Script inside the &amp;lt;/body&amp;gt; tag:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;document.addEventListener("DOMContentLoaded", function() {&lt;BR /&gt;let buttonsContainer = document.querySelector(".hsfc-NavigationRow__Buttons");&lt;BR /&gt;if (buttonsContainer) {&lt;BR /&gt;buttonsContainer.style.display = "flex";&lt;BR /&gt;buttonsContainer.style.flexDirection = "row";&lt;BR /&gt;buttonsContainer.style.justifyContent = "center";&lt;BR /&gt;buttonsContainer.style.alignItems = "center";&lt;BR /&gt;buttonsContainer.style.gap = "10px";&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;document.querySelectorAll(".hsfc-NavigationRow__Buttons").forEach(el =&amp;gt; {&lt;BR /&gt;el.style.setProperty("flex-direction", "row", "important");&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2025 00:25:02 GMT</pubDate>
    <dc:creator>AAcquaro</dc:creator>
    <dc:date>2025-02-13T00:25:02Z</dc:date>
    <item>
      <title>Hubspot's new form builder showing Previous and Next buttons stacked on mobile.</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-s-new-form-builder-showing-Previous-and-Next-buttons/m-p/1108301#M80302</link>
      <description>&lt;P&gt;Hello there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have built a form using Hubspot's new form builder tool with multiple pages. My only problem is when it is viewed on mobile less than 480px, the Previous and Next buttons are stacked on top of each other, making it very clumsy to interact with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried adding in CSS, and some Javascript to our webpage, but it returns a security error due to a cross-origin iframe issue. Is there any way around this? The buttons don't appear stacked in the form builder, only once published.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the form link below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://share.hsforms.com/25Wg-1StYR0OxvmTgh0ILzw4cb73" target="_blank"&gt;https://share.hsforms.com/25Wg-1StYR0OxvmTgh0ILzw4cb73&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On our webpage:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tiga.asia/residential/buyer-info" target="_blank"&gt;https://www.tiga.asia/residential/buyer-info&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Code inside the &amp;lt;head&amp;gt; tag:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&amp;lt;style&amp;gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/83477"&gt;@media&lt;/a&gt; (max-width: 786px) {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;.hsfc-NavigationRow__Buttons {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; display: flex !important;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; flex-direction: row !important;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; justify-content: center !important;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; align-items: center !important;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; gap: 10px !important;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; flex-wrap: nowrap !important;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; width: auto !important;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;lt;/style&amp;gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Script inside the &amp;lt;/body&amp;gt; tag:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;document.addEventListener("DOMContentLoaded", function() {&lt;BR /&gt;let buttonsContainer = document.querySelector(".hsfc-NavigationRow__Buttons");&lt;BR /&gt;if (buttonsContainer) {&lt;BR /&gt;buttonsContainer.style.display = "flex";&lt;BR /&gt;buttonsContainer.style.flexDirection = "row";&lt;BR /&gt;buttonsContainer.style.justifyContent = "center";&lt;BR /&gt;buttonsContainer.style.alignItems = "center";&lt;BR /&gt;buttonsContainer.style.gap = "10px";&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;document.querySelectorAll(".hsfc-NavigationRow__Buttons").forEach(el =&amp;gt; {&lt;BR /&gt;el.style.setProperty("flex-direction", "row", "important");&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 00:25:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-s-new-form-builder-showing-Previous-and-Next-buttons/m-p/1108301#M80302</guid>
      <dc:creator>AAcquaro</dc:creator>
      <dc:date>2025-02-13T00:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot's new form builder showing Previous and Next buttons stacked on mobile.</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-s-new-form-builder-showing-Previous-and-Next-buttons/m-p/1108779#M80322</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/638837"&gt;@AAcquaro&lt;/a&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; What is the behaviour you want to see? Do you want the buttons to shrink but remain on the same row, for example? Understanding more about the expected outcome can help our community members troubleshoot more effectively.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 18:17:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-s-new-form-builder-showing-Previous-and-Next-buttons/m-p/1108779#M80322</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-02-13T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hubspot's new form builder showing Previous and Next buttons stacked on mobile.</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-s-new-form-builder-showing-Previous-and-Next-buttons/m-p/1110312#M80402</link>
      <description>&lt;P&gt;Hi Jaycee, thanks for your reply.&lt;/P&gt;&lt;P&gt;Yes, the buttons shrinking and staying on the same line would be perfect.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 22:43:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Hubspot-s-new-form-builder-showing-Previous-and-Next-buttons/m-p/1110312#M80402</guid>
      <dc:creator>AAcquaro</dc:creator>
      <dc:date>2025-02-17T22:43:52Z</dc:date>
    </item>
  </channel>
</rss>

