<?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: Using the same form on multiple pages in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/794628#M9313</link>
    <description>&lt;P&gt;thank you for sharing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share what would be the required code to add the page URL in the Javascript?&lt;BR /&gt;&lt;BR /&gt;I added a hidden custom property called "from_conversion_url" and am hoping to populate the page URL upon form submission&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 16 May 2023 21:36:39 GMT</pubDate>
    <dc:creator>Clemencedlb</dc:creator>
    <dc:date>2023-05-16T21:36:39Z</dc:date>
    <item>
      <title>Using the same form on multiple pages</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/649957#M7620</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to create a lead gen form and implement on numerous web pages. After submission, I want contacts redirected to specific webpages based on the page they filled out the form. This is so I don't need to create multiple copies of the same form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, i'd also like each contact in HS tagged with the webpage they filled out the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on this would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:19:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/649957#M7620</guid>
      <dc:creator>JanakD</dc:creator>
      <dc:date>2022-06-15T10:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same form on multiple pages</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/649959#M7621</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/402287"&gt;@JanakD&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As far as I know, different redirects based on the page the form is embedded on are currently not possible. You would have to create separate forms.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 10:25:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/649959#M7621</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2022-06-15T10:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same form on multiple pages</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/679148#M7826</link>
      <description>&lt;P&gt;It's possible to change many things about forms via the embed code.&amp;nbsp;&lt;A href="https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options" target="_blank" rel="noopener"&gt;https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have custom "Thank You" redirects per landing page via editing HTML on your form embedd code by altering&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;EM&gt;redirectUrl&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for tagging the page ...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;For Hubspot Landing Pages:&lt;/STRONG&gt;&amp;nbsp;The Form Submit activity does tag both the form and the page. You can see it on Contact pages, use it in Workflows, etc. (see image)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-01-04 at 10.22.32 AM.png" style="width: 706px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/72638i39419804360F1332/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-01-04 at 10.22.32 AM.png" alt="Screen Shot 2021-01-04 at 10.22.32 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For External Landing Pages:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can do this with a Hidden Field and editing custom embed code like above.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add a hidden field to the form to capture the URL.&lt;/LI&gt;&lt;LI&gt;Edit your custom embed code. Use Javascript to grab the URL of the page the visitor is on -- I use&amp;nbsp; &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;EM&gt;window.location.href&amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/LI&gt;&lt;LI&gt;Edit the custom embed code to input that URL value into the Hidden Field on your Hubspot form&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 14:36:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/679148#M7826</guid>
      <dc:creator>DebSchleede</dc:creator>
      <dc:date>2022-08-11T14:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same form on multiple pages</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/679380#M7827</link>
      <description>&lt;P&gt;Thanks for sharing,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/391688"&gt;@DebSchleede&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 19:43:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/679380#M7827</guid>
      <dc:creator>kvlschaefer</dc:creator>
      <dc:date>2022-08-11T19:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using the same form on multiple pages</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/794628#M9313</link>
      <description>&lt;P&gt;thank you for sharing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share what would be the required code to add the page URL in the Javascript?&lt;BR /&gt;&lt;BR /&gt;I added a hidden custom property called "from_conversion_url" and am hoping to populate the page URL upon form submission&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 21:36:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Using-the-same-form-on-multiple-pages/m-p/794628#M9313</guid>
      <dc:creator>Clemencedlb</dc:creator>
      <dc:date>2023-05-16T21:36:39Z</dc:date>
    </item>
  </channel>
</rss>

