<?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: Swapping form on landing page with HubDB in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298146#M14059</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108396"&gt;@hd-hs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Might you be able to create multiple forms, add a column in your DB with the corresponding form ID, and use hubl to place it into the page. This way the form wouldn't necessarily be based on the URL/query-string but rather data from the DB.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2019 15:52:11 GMT</pubDate>
    <dc:creator>Kevin-C</dc:creator>
    <dc:date>2019-10-22T15:52:11Z</dc:date>
    <item>
      <title>Swapping form on landing page with HubDB</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/297853#M14035</link>
      <description>I am using HubDB to pull dynamic content into a single landing page. However, I need to change the form that is loaded on this page based on the URL with the rest of content coming from HubDB.&lt;BR /&gt;&lt;BR /&gt;Does anyone know of a solution to this? I don’t want to create 5 different landing pages just for a form.</description>
      <pubDate>Tue, 22 Oct 2019 19:16:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/297853#M14035</guid>
      <dc:creator>hd-hs</dc:creator>
      <dc:date>2019-10-22T19:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Swapping form on landing page with HubDB</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298146#M14059</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/108396"&gt;@hd-hs&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Might you be able to create multiple forms, add a column in your DB with the corresponding form ID, and use hubl to place it into the page. This way the form wouldn't necessarily be based on the URL/query-string but rather data from the DB.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 15:52:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298146#M14059</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2019-10-22T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Swapping form on landing page with HubDB</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298169#M14062</link>
      <description>&lt;P&gt;Thanks! Solved this in the end by creating a custom hubspot property and adding this property as a hidden field in the form. You can then pass the property into the url and this will populate the hidden fields data.&lt;BR /&gt;&lt;BR /&gt;e.g. example.com?internal_property_name_here=test&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledge.hubspot.com/forms/can-i-auto-populate-form-fields-through-a-query-string" target="_blank"&gt;https://knowledge.hubspot.com/forms/can-i-auto-populate-form-fields-through-a-query-string&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 17:36:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298169#M14062</guid>
      <dc:creator>hd-hs</dc:creator>
      <dc:date>2019-10-22T17:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Swapping form on landing page with HubDB</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298177#M14065</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Edge case alert:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;What happens if the user manually types in the URL and forgoes the querystring?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you got a fallback in place?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2019 18:01:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298177#M14065</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2019-10-22T18:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Swapping form on landing page with HubDB</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298190#M14066</link>
      <description>These URLS are coming from PPC ads and therefore set from my side. Sorry, should have said! If they remove the query string later down the line I am not too worried as I am only interested in direct traffic from the ads at the moment!</description>
      <pubDate>Tue, 22 Oct 2019 19:15:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Swapping-form-on-landing-page-with-HubDB/m-p/298190#M14066</guid>
      <dc:creator>hd-hs</dc:creator>
      <dc:date>2019-10-22T19:15:40Z</dc:date>
    </item>
  </channel>
</rss>

