<?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: Get contact information and fulfill a form in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/404442#M20813</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129546"&gt;@hilton22&lt;/a&gt;&amp;nbsp;, sorry I misread your first message. In any case, I'm pretty sure the fields can't be prefilled without the use of either cookies or URL parameters without using back-end programming. I don't think HubSpot can identify the user in order to pre-fill the values if it's not through cookies.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jan 2021 08:49:23 GMT</pubDate>
    <dc:creator>Oscar1</dc:creator>
    <dc:date>2021-01-29T08:49:23Z</dc:date>
    <item>
      <title>Get contact information and fulfill a form</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/403781#M20770</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm aware that there is a way that Hubspot identify a contact through cookies and fulfill a Hubspot form in a Hubspot LP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But is there a automatic way to get all contact information, using i.e a URL parameter ('?email=somebody@hubspot.com', '?vid=12345', etc) and fulfill a Hubspot form, without a back-end programming?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm asking that because I have a client who needs to redirect a traffic&amp;nbsp;to a Hubspot LP, that contain a Hubspot form. Once the user access this LP, the client would like that this contact would identified by some Hubspot functionality, other than cookies.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also aware that this can be achieved using some back-end programming. But the client was very specific about not develop a external app to solve this. They want every thing in this process to be made by Hubspot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible? Has anyone been in a similar situation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 17:51:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/403781#M20770</guid>
      <dc:creator>hilton22</dc:creator>
      <dc:date>2021-01-27T17:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get contact information and fulfill a form</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/403880#M20776</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129546"&gt;@hilton22&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Going to throw &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/21368"&gt;@Oscar1&lt;/a&gt; and &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/146"&gt;@Gonzalo&lt;/a&gt; at this to see what they think &lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 21:55:06 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/403880#M20776</guid>
      <dc:creator>dennisedson</dc:creator>
      <dc:date>2021-01-27T21:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get contact information and fulfill a form</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/403999#M20783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129546"&gt;@hilton22&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We needed to pre-fill some hidden fields from a form based on a URL from a CTA we send in an e-mail. This is the way that works for us:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://example.com/?email=" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://example.com?email=&lt;/A&gt;{{ personalization_token("contact.email", "Add here default value") }}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And you can add as many parameters as you'd like. Notice that if it's a company or deal property you'll have to change "contact.email" for "company.name" for instance or "deal.deal_amount".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that works for you.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 08:45:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/403999#M20783</guid>
      <dc:creator>Oscar1</dc:creator>
      <dc:date>2021-01-28T08:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get contact information and fulfill a form</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/404079#M20791</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/21368"&gt;@Oscar1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replying! I'm&amp;nbsp;acquainted with this Hubspot functionality, but in my case, I believe things is a little bit more complicated than that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need is to retrieve all the contact info, based on these parameters that I mentioned, not only pre-fill the form fields. I mean, the number of contact properties from this portal is huge,&amp;nbsp; which would exceed the browser URL character limit of 255.&amp;nbsp;&amp;nbsp;Besides that, there are contact info that only exists in Hubspot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use some back-end programming, I could achieve this easily, but our client does not want this type of solution. They imagined that the Hubspot could accomplish this without the aid of external applications.&amp;nbsp;They do not want to bear the costs of developing and maintaining this external application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I have clarified the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 12:19:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/404079#M20791</guid>
      <dc:creator>hilton22</dc:creator>
      <dc:date>2021-01-28T12:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get contact information and fulfill a form</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/404442#M20813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/129546"&gt;@hilton22&lt;/a&gt;&amp;nbsp;, sorry I misread your first message. In any case, I'm pretty sure the fields can't be prefilled without the use of either cookies or URL parameters without using back-end programming. I don't think HubSpot can identify the user in order to pre-fill the values if it's not through cookies.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 08:49:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/404442#M20813</guid>
      <dc:creator>Oscar1</dc:creator>
      <dc:date>2021-01-29T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get contact information and fulfill a form</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/404507#M20818</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/21368"&gt;@Oscar1&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I already imagined that this was not possible, but I needed to confirm.&lt;/P&gt;&lt;P&gt;Anyway, we will think about other solutions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 11:53:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Get-contact-information-and-fulfill-a-form/m-p/404507#M20818</guid>
      <dc:creator>hilton22</dc:creator>
      <dc:date>2021-01-29T11:53:51Z</dc:date>
    </item>
  </channel>
</rss>

