<?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 Two Step Embedded Form on Website Not Submitting Email Consistently in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Two-Step-Embedded-Form-on-Website-Not-Submitting-Email/m-p/229872#M8768</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I’m wondering if the HubSpot cookie actually stores the information found from form submissions and URL’s or if it’s relying on the data to exist in our portal first? If it’s storing the data in the cookie, is there a way to get the page to load after the cookie has loaded?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Here’s why:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We’ve tried to embed our HubSpot ‘Email Only’ form on our website. This form captures an email address then the embed script is setup to redirect to our complete demo form (also a HubSpot embedded form).&lt;/P&gt;
&lt;P&gt;Right now we’re testing it using Optimizely, so not everyone will see the email only form, but it should appear here &lt;A href="https://www.mavenlink.com/tour/project-management-tools" rel="nofollow noopener"&gt;https://www.mavenlink.com/tour/project-management-tools&lt;/A&gt; at the bottom of the page.&lt;/P&gt;
&lt;P&gt;Once the form is completed they are redirected here: &lt;A href="https://www.mavenlink.com/demo-form" rel="nofollow noopener"&gt;https://www.mavenlink.com/demo-form&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have noticed the email will transfer to the demo form if the page loads a little slower, but I can’t tell how fast the HubSpot cookie should be grabbing the email address.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2016 22:51:25 GMT</pubDate>
    <dc:creator>misterizzo1</dc:creator>
    <dc:date>2016-07-15T22:51:25Z</dc:date>
    <item>
      <title>Two Step Embedded Form on Website Not Submitting Email Consistently</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Two-Step-Embedded-Form-on-Website-Not-Submitting-Email/m-p/229872#M8768</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I’m wondering if the HubSpot cookie actually stores the information found from form submissions and URL’s or if it’s relying on the data to exist in our portal first? If it’s storing the data in the cookie, is there a way to get the page to load after the cookie has loaded?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Here’s why:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We’ve tried to embed our HubSpot ‘Email Only’ form on our website. This form captures an email address then the embed script is setup to redirect to our complete demo form (also a HubSpot embedded form).&lt;/P&gt;
&lt;P&gt;Right now we’re testing it using Optimizely, so not everyone will see the email only form, but it should appear here &lt;A href="https://www.mavenlink.com/tour/project-management-tools" rel="nofollow noopener"&gt;https://www.mavenlink.com/tour/project-management-tools&lt;/A&gt; at the bottom of the page.&lt;/P&gt;
&lt;P&gt;Once the form is completed they are redirected here: &lt;A href="https://www.mavenlink.com/demo-form" rel="nofollow noopener"&gt;https://www.mavenlink.com/demo-form&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have noticed the email will transfer to the demo form if the page loads a little slower, but I can’t tell how fast the HubSpot cookie should be grabbing the email address.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2016 22:51:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Two-Step-Embedded-Form-on-Website-Not-Submitting-Email/m-p/229872#M8768</guid>
      <dc:creator>misterizzo1</dc:creator>
      <dc:date>2016-07-15T22:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Two Step Embedded Form on Website Not Submitting Email Consistently</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Two-Step-Embedded-Form-on-Website-Not-Submitting-Email/m-p/229873#M8769</link>
      <description>&lt;P&gt;Hi &lt;A class="mention" href="https://community.hubspot.com/u/misterizzo"&gt;@misterizzo&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Form submissions are processed asynchronously so that page loads are as fast a possible, therefore there is no guarantee that the contact will have been created by the time the next page loads.&lt;/P&gt;
&lt;P&gt;The cookie doesn’t really store any information about the contact, it’s really just a pointer to the contact.  I recommend customizing the form embed code according to &lt;A href="http://developers.hubspot.com/docs/methods/forms/advanced_form_options"&gt;this page&lt;/A&gt; to write to local storage &lt;CODE&gt;onFormSubmit&lt;/CODE&gt;, then the second form can read from local storage &lt;CODE&gt;onFormReady&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;-Zack&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2016 00:41:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Two-Step-Embedded-Form-on-Website-Not-Submitting-Email/m-p/229873#M8769</guid>
      <dc:creator>zwolfson</dc:creator>
      <dc:date>2016-07-16T00:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Two Step Embedded Form on Website Not Submitting Email Consistently</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Two-Step-Embedded-Form-on-Website-Not-Submitting-Email/m-p/229874#M8770</link>
      <description>&lt;P&gt;Hey &lt;A class="mention" href="https://community.hubspot.com/u/zwolfson"&gt;@zwolfson&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for saying that. After I wrote all this stuff out I ended up telling my dev team to do just that. I’m glad you were able to confirm that it should work if you store the values locally.&lt;/P&gt;
&lt;P&gt;Best,&lt;BR /&gt;
Mike&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:11:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Two-Step-Embedded-Form-on-Website-Not-Submitting-Email/m-p/229874#M8770</guid>
      <dc:creator>misterizzo1</dc:creator>
      <dc:date>2016-07-18T16:11:19Z</dc:date>
    </item>
  </channel>
</rss>

