<?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: Pre-populate fields from Form Submission to Scheduling Page in Lead Capture Tools</title>
    <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/812617#M9537</link>
    <description>&lt;P&gt;Thanks for the further insight&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141"&gt;@TomM2&lt;/a&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've read and tried almost every method in the many threads on this topic but unfortunatley none work or I lack the required dev skills to create the custom embed code to pull the values.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Shame this functionality doesn't exist natively in HubSpot as I would have assumed this is a no-brainer feature to have.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 16:13:51 GMT</pubDate>
    <dc:creator>GMirazchiev3</dc:creator>
    <dc:date>2023-06-27T16:13:51Z</dc:date>
    <item>
      <title>Pre-populate fields from Form Submission to Scheduling Page</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/811170#M9535</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm exploring the feasibility of using the Meetings functionality on HubSpot to replace a tool we are using for booking meetings.&lt;BR /&gt;&lt;BR /&gt;Our current process is this:&lt;BR /&gt;&lt;BR /&gt;- Contact submits a HubSpot form on our Demo Page.&lt;/P&gt;&lt;P&gt;- After successfull submission, they are the presented with a pop up screen screen with available times to book a demo slot, thru a tool we use called Chili Piper.&lt;/P&gt;&lt;P&gt;- The integration between HubSpot and Chili Piper means they don't have to fill out any form fields again to book a meeting slot (name, email, etc.)&lt;BR /&gt;&lt;BR /&gt;I'm trying to achieve the same, but with HubSpot Meetings.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The main issue is the fact that the contact information from the HubSpot Form doesn't seem to sync with HubSpot Meetings, so users have to fill out their information again, even tho they have just submitted a HubSpot Form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This appears to happen even tho I've enabled "Pre-populate fields with known values" on the HubSpot Meeting Scheduling Page settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see this in action here, where I've created a simple HubSpot Form embedded on our website that redirects to a HubSpot Scheduling page on successful completion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="" href="https://chattermill.webflow.io/new-page" target="_blank" rel="noopener noreferrer"&gt;https://chattermill.webflow.io/new-page&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;(pass: 1234567)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there an easy way to push the data from the form to the HubSpot Scheduling page, perhaps using custom HTML to push the data as a URL parameter?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 09:21:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/811170#M9535</guid>
      <dc:creator>GMirazchiev3</dc:creator>
      <dc:date>2023-06-23T09:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-populate fields from Form Submission to Scheduling Page</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/811218#M9536</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/588388"&gt;@GMirazchiev3&lt;/a&gt;&amp;nbsp;the "pre-populate fields with known values" feature actually uses the browser cookies to populate the form. Browser cookies are domain specific, meaning a unique cookie is given for each website domain, these are not shared.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like your meetings tool is on the "meetings.hubspot..." domain and not your own. Have you thought about &lt;A href="https://knowledge.hubspot.com/meetings-tool/use-meetings" target="_blank" rel="noopener"&gt;moving this to your own domain&lt;/A&gt;? That will bring the cookies in between your sites, and will *technically* allow the "pre-populate fields with known values" feature to work. The only drawback is that, depending on the server response times, it can take up to a minute or so for HubSpot to process the submission, create the contact record, populate the properties, determine they're known and then send the data back to the form on the page. If the user is quick at picking their time they might land in the form before the information is fully processed and thus, then see an empty form until they refresh the page.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One other option would be to customise the form &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287190" target="_blank" rel="noopener"&gt;embed code to pull the values from your fields&lt;/A&gt; (this will require some dev skills). You could then add these to the redirect url in the form of &lt;A href="https://knowledge.hubspot.com/forms/can-i-auto-populate-form-fields-through-a-query-string" target="_blank" rel="noopener"&gt;query strings&lt;/A&gt; to auto-fill your form.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 11:01:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/811218#M9536</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2023-06-23T11:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-populate fields from Form Submission to Scheduling Page</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/812617#M9537</link>
      <description>&lt;P&gt;Thanks for the further insight&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141"&gt;@TomM2&lt;/a&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I've read and tried almost every method in the many threads on this topic but unfortunatley none work or I lack the required dev skills to create the custom embed code to pull the values.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Shame this functionality doesn't exist natively in HubSpot as I would have assumed this is a no-brainer feature to have.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 16:13:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/812617#M9537</guid>
      <dc:creator>GMirazchiev3</dc:creator>
      <dc:date>2023-06-27T16:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-populate fields from Form Submission to Scheduling Page</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/812977#M9538</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/588388"&gt;@GMirazchiev3&lt;/a&gt;&amp;nbsp;it is a feature, but cookies are limited to domain specific (even outside of HubSpot). Since your meeting link is on a different domain it creates a new cookie. Cookies are how the system identifies someone on the browser, IE if you submit a form, your browser becomes associated with your contact record and HubSpot would know to pre-populate your information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you set your meetings link to use the same domain as your website, it can in theory pre-populate from the first form. The only drawback is that it may not process quickly enough if people are fast in choosing their time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 11:13:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/812977#M9538</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2023-06-28T11:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pre-populate fields from Form Submission to Scheduling Page</title>
      <link>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/813159#M9539</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141"&gt;@TomM2&lt;/a&gt;&amp;nbsp;- I already moved the Meetings domain to our main domain but as you said, the sync is not fast enough so the data doesn't auto-populate &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 15:40:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Lead-Capture-Tools/Pre-populate-fields-from-Form-Submission-to-Scheduling-Page/m-p/813159#M9539</guid>
      <dc:creator>GMirazchiev3</dc:creator>
      <dc:date>2023-06-28T15:40:18Z</dc:date>
    </item>
  </channel>
</rss>

