<?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: Pass field value to URL parameter in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/453041#M44663</link>
    <description>&lt;P&gt;Hm, doesn't work for me...&lt;/P&gt;&lt;P&gt;I tried this:&lt;/P&gt;&lt;P class="p1"&gt;&lt;A href="https://app.website.com?url={{contact.website" target="_blank"&gt;https://app.website.com?url={{contact.website&lt;/A&gt;}}&lt;/P&gt;&lt;P class="p1"&gt;&lt;A href="https://app.website.com?url={{personalization_token" target="_blank"&gt;https://app.website.com?url={{personalization_token&lt;/A&gt;("contact.website”, "Add here default value")}}&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;I'm using HubSpot form embedded on non-HS landing page.&lt;BR /&gt;&lt;BR /&gt;Any help?&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jun 2021 08:04:59 GMT</pubDate>
    <dc:creator>andriigo</dc:creator>
    <dc:date>2021-06-30T08:04:59Z</dc:date>
    <item>
      <title>Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240551#M19447</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;So basically, we’ve built custom private pages for our client’s customers. The thing is that there are many customers groups/segments and we created one private page per group.&lt;/P&gt;
&lt;P&gt;So, in order to join these pages, the users must fill out a form inside HubSpot and one of the form fields is called “Security Token”, a single-line text field.&lt;/P&gt;
&lt;P&gt;Depending on the group they belong to, the customers will enter a different “Security Token”, with this “token”, we identify the segment where they belong to.&lt;/P&gt;
&lt;P&gt;So, for internal purposes, we need to pass the “Security Token” field value into a string parameter in the URL of the page that they’re redirected.&lt;/P&gt;
&lt;P&gt;An example:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The user fills out the form (COS Page and HubSpot form), and its token is “TOKEN101”&lt;/LI&gt;
&lt;LI&gt;Form is submitted and it’s redirected to the desination page.&lt;/LI&gt;
&lt;LI&gt;The destination page URL should be “&lt;A href="http://www.example.com/destination-page?token=token101" rel="nofollow noopener"&gt;www.example.com/destination-page?token=token101&lt;/A&gt;”&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Is there any way to achieve this? Maybe using Forms API?&lt;/P&gt;
&lt;P&gt;Thanks in advance for your time &lt;IMG src="https://community.hubspot.com/legacyfs/online/emojis/twitter/slight_smile.png?v=5" title=":slight_smile:" class="emoji" alt=":slight_smile:" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 17:57:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240551#M19447</guid>
      <dc:creator>BorjaInbound</dc:creator>
      <dc:date>2017-07-04T17:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240552#M19448</link>
      <description>&lt;P&gt;Hey &lt;A class="mention" href="https://community.hubspot.com/u/borja_inboundlead"&gt;@Borja_InboundLead&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;did you end up working out how to do this?  I have the same challenge.&lt;/P&gt;
&lt;P&gt;Thanks in advance,&lt;BR /&gt;
Sam&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 01:52:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240552#M19448</guid>
      <dc:creator>Samantha_Alford</dc:creator>
      <dc:date>2017-10-17T01:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240553#M19449</link>
      <description>&lt;P&gt;Would love to know if there is a solution to this yet?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 14:53:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240553#M19449</guid>
      <dc:creator>Trevor_Hatfield</dc:creator>
      <dc:date>2018-02-20T14:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240554#M19450</link>
      <description>&lt;P&gt;According to &lt;A href="https://developers.hubspot.com/docs/methods/forms/submit_form" rel="nofollow noopener"&gt;this API endpoint documentation&lt;/A&gt; you must use content-type:application/x-www-form-urlencoded, so you ll lost your redirect link’s get parameters. But you can analyze your token before cURL call and/or use some service link like &lt;A href="http://example.com/token/" rel="nofollow noopener"&gt;example.com/token/&lt;/A&gt;&amp;lt;your_token&amp;gt; with redirect to &lt;A href="http://example.com/destination-page?token=token101" rel="nofollow noopener"&gt;example.com/destination-page?token=token101&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:37:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240554#M19450</guid>
      <dc:creator>redfoxius</dc:creator>
      <dc:date>2018-02-20T15:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240555#M19451</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Regarding the original question; if you were to use a custom HTML form and the forms API, you could redirect the visitor to any URL with whatever query parameters you’d like. You could also customize the form embed code to dynamically change the &lt;CODE&gt;redirectUrl&lt;/CODE&gt; to include query parameters, as previously discussed on the forums:&lt;/P&gt;
&lt;ASIDE class="quote" data-post="1" data-topic="3545"&gt;
  &lt;DIV class="title"&gt;
    &lt;DIV class="quote-controls"&gt;&lt;/DIV&gt;
    &lt;IMG alt="" width="20" height="20" src="https://community.hubspot.com/user_avatar/integrate.hubspot.com/lloyd_silver/40/594_1.png" class="avatar" /&gt;
    &lt;A href="https://integrate.hubspot.com/t/include-form-fields-as-redirect-url-parameters-on-an-embedded-form/3545"&gt;Include form fields as redirect URL parameters on an embedded form&lt;/A&gt; &lt;A class="badge-wrapper  bullet" href="https://community.hubspot.com/c/forms"&gt;&lt;SPAN class="badge-category-bg" style="background-color: #0E76BD;"&gt;&lt;/SPAN&gt;&lt;SPAN style="" data-drop-close="true" class="badge-category clear-badge" title="Questions about the Forms API, including submitting data to forms and customizing the form embed code."&gt;Forms&lt;/SPAN&gt;&lt;/A&gt;
  &lt;/DIV&gt;
  &lt;BLOCKQUOTE&gt;
    I need to embed a HS form on an external (not CoS) website. And when the user submits the form, the redirect URL needs to include form fields as parameters. 
Is this possible? 
We figured out a way of doing this on a CoS landing page using a native HS form, but it was pretty tricky. In this case, I need to embed the form on an external page rather than use a CoS page. 
What I’m trying to accomplish is capture the lead’s info (name, company, email) and then pass that info off to a scheduling app …
  &lt;/BLOCKQUOTE&gt;
&lt;/ASIDE&gt;</description>
      <pubDate>Wed, 21 Feb 2018 21:01:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240555#M19451</guid>
      <dc:creator>Derek_Gervais</dc:creator>
      <dc:date>2018-02-21T21:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240556#M19452</link>
      <description>&lt;P&gt;If the form is on a COS page, then i think it is easier than you think (you won't even have to do anything api related)&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Go to edit the form module&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Even if you are going to an internal page, click &lt;STRONG&gt;redirect to external URL&lt;/STRONG&gt;&lt;BR /&gt;
&lt;/P&gt;&lt;DIV class="lightbox-wrapper"&gt;&lt;A class="lightbox" href="https://community.hubspot.com/legacyfs/online/uploads/default/original/2X/e/ea41167cd4ae7ecb98ff1e999bc49aff3abb5d93.png" data-download-href="/legacyfs/online/uploads/default/ea41167cd4ae7ecb98ff1e999bc49aff3abb5d93" title="Screen Shot 2018-07-19 at 11.27.04 AM.png" rel="nofollow noopener"&gt;&lt;IMG src="https://community.hubspot.com/legacyfs/online/uploads/default/optimized/2X/e/ea41167cd4ae7ecb98ff1e999bc49aff3abb5d93_1_690x359.png" alt="04%20AM" width="690" height="359" /&gt;&lt;DIV class="meta"&gt;
&lt;SPAN class="filename"&gt;Screen Shot 2018-07-19 at 11.27.04 AM.png&lt;/SPAN&gt;&lt;SPAN class="informations"&gt;914x476 22.8 KB&lt;/SPAN&gt;&lt;SPAN class="expand"&gt;&lt;/SPAN&gt;
&lt;/DIV&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;redirect to your desired page and attach whatever contact property you desire via query parameters.&lt;BR /&gt;
&lt;CODE&gt;http://redirect-address.com/the-page?token={{contact.your_internal_property_name}}&lt;/CODE&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;After you click save, you can see your link when you hover over &lt;STRONG&gt;test link&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 15:45:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/240556#M19452</guid>
      <dc:creator>John</dc:creator>
      <dc:date>2018-07-19T15:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/327528#M31669</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I can see, the only problem with this solution is that there is a certain delay before the parameters appear in the URL. &lt;BR /&gt;Do you have any suggestions on this?&lt;BR /&gt;How can I work around this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 11:22:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/327528#M31669</guid>
      <dc:creator>ElsaB</dc:creator>
      <dc:date>2020-03-25T11:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/330302#M31969</link>
      <description>&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"&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>Wed, 08 Apr 2020 09:57:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/330302#M31969</guid>
      <dc:creator>Oscar1</dc:creator>
      <dc:date>2020-04-08T09:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/392275#M38741</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for the help. I'm still struggling to get it working. I used the following code:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mywebsite.be/connexion?create_account=1?method=post&amp;amp;firstname={{Contact.firstname}}" target="_blank"&gt;https://mywebsite.be/connexion?create_account=1?method=post&amp;amp;firstname={{Contact.firstname}}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my URL at the moment they click on submit form (from hubspot). But the data is always empty even if the form is filled in.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does someone also have experienced this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 11:44:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/392275#M38741</guid>
      <dc:creator>Konistand</dc:creator>
      <dc:date>2020-12-09T11:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/394037#M38938</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152931"&gt;@Konistand&lt;/a&gt;&amp;nbsp;, why do you have two "?" in your URL?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried it this way to pass the first name value?:&lt;BR /&gt;&lt;A href="https://mywebsite.be/connexion?create_account=1?method=post&amp;amp;firstname={{Contact.firstname}}" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mywebsite.be/connexion?&lt;/A&gt;&lt;A href="https://example.com/?email=" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;firstname=&lt;/A&gt;&lt;A href="https://mywebsite.be/connexion?create_account=1?method=post&amp;amp;firstname={{Contact.firstname}}" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;SPAN&gt;{{ personalization_token("contact.firstname", "Add here default value") }}&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 14:01:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/394037#M38938</guid>
      <dc:creator>Oscar1</dc:creator>
      <dc:date>2020-12-16T14:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/394044#M38939</link>
      <description>&lt;P&gt;Hi &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 helping out; I've been spending hours on that already :).&lt;/P&gt;&lt;P&gt;So what I want to achieve in the end is an URL which looks like this: &lt;A href="https://rcos.be/connexion?create_account=1&amp;amp;firstname=Nico" target="_blank"&gt;https://rcos.be/connexion?create_account=1&amp;amp;firstname=Nico&lt;/A&gt;&lt;/P&gt;&lt;P&gt;where firstname is coming from the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried multiple ways (including what you are suggeting) but I always get the same error that the value is not displayed:&lt;/P&gt;&lt;P&gt;- Test 1: &lt;A href="https://rcos.be/connexion?create_account=1&amp;amp;firstname=" target="_blank"&gt;https://rcos.be/connexion?create_account=1&amp;amp;firstname=&lt;/A&gt; {{ personalization_token("contact.firstname", "Add here default value") }} --&amp;gt; this test return URL with firstname = Add here default value; which is not what I want&lt;/P&gt;&lt;P&gt;- Test 2: &lt;A href="https://rcos.be/connexion?create_account=1&amp;amp;firstname=" target="_blank"&gt;https://rcos.be/connexion?create_account=1&amp;amp;firstname=&lt;/A&gt; {{Contact.firstname}} --&amp;gt; this test returns firstname = &amp;lt;empty&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see here more information if you want: &lt;A href="https://www.screencast.com/t/GfvrVQf14" target="_blank"&gt;https://www.screencast.com/t/GfvrVQf14&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you VERY much.&lt;/P&gt;&lt;P&gt;Nicolas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 14:19:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/394044#M38939</guid>
      <dc:creator>Konistand</dc:creator>
      <dc:date>2020-12-16T14:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/394048#M38940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152931"&gt;@Konistand&lt;/a&gt;&amp;nbsp;, from what I see in your recording, have you checked that the ID of the field "prenom" is "firstname"? If it returns"Add here default value" or is empty in the second case, it looks like it's working the passing of information, but not the connection with the property value of the form.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 14:28:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/394048#M38940</guid>
      <dc:creator>Oscar1</dc:creator>
      <dc:date>2020-12-16T14:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/394057#M38941</link>
      <description>&lt;P&gt;Hi &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;Yes the ID field of "prenom" is correctly the first name. This is what you can see at the beginning of the screencast.&lt;/P&gt;&lt;P&gt;Look here: &lt;A href="https://www.screencast.com/t/TFkc4uZyUJP" target="_blank"&gt;https://www.screencast.com/t/TFkc4uZyUJP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any other idea &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nicolas.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 14:40:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/394057#M38941</guid>
      <dc:creator>Konistand</dc:creator>
      <dc:date>2020-12-16T14:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/395528#M39112</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/21368"&gt;@Oscar1&lt;/a&gt; , let me know if you need to get more data to help out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 13:03:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/395528#M39112</guid>
      <dc:creator>Konistand</dc:creator>
      <dc:date>2020-12-23T13:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/395559#M39114</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152931"&gt;@Konistand&lt;/a&gt;&amp;nbsp;what if you delete the "valeur_par_default" from the name field? Sorry I ran out of ideas. It works for me but I can't see what is not working in your case.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 14:52:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/395559#M39114</guid>
      <dc:creator>Oscar1</dc:creator>
      <dc:date>2020-12-23T14:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/395592#M39120</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/21368"&gt;@Oscar1&lt;/a&gt; , thanks for trying to help :).&lt;/P&gt;&lt;P&gt;I tried the following : &lt;A href="https://rcos.be/connexion?create_account=1&amp;amp;firstname={{personalization_token(&amp;quot;contact.firstname&amp;quot;)}}" target="_blank"&gt;https://rcos.be/connexion?create_account=1&amp;amp;firstname={{personalization_token("contact.firstname")}}&lt;/A&gt; and it gives me the following result: &lt;A href="https://rcos.be/connexion?create_account=1&amp;amp;firstname=CONTACT.FIRSTNAME" target="_blank"&gt;https://rcos.be/connexion?create_account=1&amp;amp;firstname=CONTACT.FIRSTNAME&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find it quite interesting because:&lt;/P&gt;&lt;P&gt;1. It puts it in capital letters so something is happening&lt;/P&gt;&lt;P&gt;2. If I make a typo mistake (e.g. contact.firstnamee); it's doesn't do it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share with me what you have written to make it work?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nicolas.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 16:52:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/395592#M39120</guid>
      <dc:creator>Konistand</dc:creator>
      <dc:date>2020-12-23T16:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/407830#M40400</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/152931"&gt;@Konistand&lt;/a&gt;, I don't suppose you got this to work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the exact same issue. `contact.firstname` works if an existing contact is submitting the form and the form fields are pre-populated, but if it's a new user submitting the form, the querystring value is empty (or the fallback is used when using `personalization_token`). It doesn't matter what they enter, it seems `contact.firstname` isn't set...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had to go down the embed and use Javascript to edit the redirectUrl path as per &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Include-form-fields-as-redirect-URL-parameters-on-an-embedded/m-p/235041" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 05:17:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/407830#M40400</guid>
      <dc:creator>bradhardinge</dc:creator>
      <dc:date>2021-02-10T05:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/430622#M42788</link>
      <description>&lt;P&gt;This doesn't seem to work for me either. In the Options section for my form, I have the redirect set to an external link:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#3366FF"&gt;&lt;A href="https://app.mysite.com/signup/?email=" target="_blank"&gt;https://app.mysite.com/signup/?email=&lt;/A&gt;{{ personalization_token("contact.email", "default") }}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application then reads the query variable and processes it. But when I fill out the form, I endup being redirected to this url:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://app.mysite.com/signup?email={{%20personalization_token(%22contact.email%22,%20%22default%22)%20}}&amp;amp;__hsfp=2275750999&amp;amp;__hssc=251652889.1.1619120724980&amp;amp;__hstc=251652889.42bb2e0b19539640357b860107ae97c6.1619120724980.1619120724980.1619120724980.1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which of course is not what I want. the URL should be &lt;FONT color="#3366FF"&gt;&lt;A href="https://app.mysite.com/signup?email=doug@gmail.com&amp;amp;_hsfp=" target="_blank"&gt;https://app.mysite.com/signup?email=doug@gmail.com&amp;amp;_hsfp=&lt;/A&gt;....&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 19:48:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/430622#M42788</guid>
      <dc:creator>Sheamus</dc:creator>
      <dc:date>2021-04-22T19:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/430629#M42789</link>
      <description>&lt;P&gt;Yeah, I have the same problem. Unfortunately the form is my in my foot, and I don't have access to embed it based the 'hatch' theme.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HS does seem to pass some other query variables like&amp;nbsp;__hsfp and _hscc, etc. I wonder if I could use those server side to pull data from the form submission? Oh wait, it looks like the forms API does not allow you to pull anything specific.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 20:10:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/430629#M42789</guid>
      <dc:creator>Sheamus</dc:creator>
      <dc:date>2021-04-22T20:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pass field value to URL parameter</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/453041#M44663</link>
      <description>&lt;P&gt;Hm, doesn't work for me...&lt;/P&gt;&lt;P&gt;I tried this:&lt;/P&gt;&lt;P class="p1"&gt;&lt;A href="https://app.website.com?url={{contact.website" target="_blank"&gt;https://app.website.com?url={{contact.website&lt;/A&gt;}}&lt;/P&gt;&lt;P class="p1"&gt;&lt;A href="https://app.website.com?url={{personalization_token" target="_blank"&gt;https://app.website.com?url={{personalization_token&lt;/A&gt;("contact.website”, "Add here default value")}}&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;I'm using HubSpot form embedded on non-HS landing page.&lt;BR /&gt;&lt;BR /&gt;Any help?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 08:04:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Pass-field-value-to-URL-parameter/m-p/453041#M44663</guid>
      <dc:creator>andriigo</dc:creator>
      <dc:date>2021-06-30T08:04:59Z</dc:date>
    </item>
  </channel>
</rss>

