<?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: Embedded Form submission &amp;amp; redirect URL based on form parameters in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/643563#M53872</link>
    <description>&lt;P&gt;This feels like it should work... but just doesn't.&lt;BR /&gt;&lt;BR /&gt;I can't seem to get the form to save. It just pops up a red error message and says "&lt;SPAN&gt;Your rich text has unsafe HTML."&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;any ideas?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 20:46:06 GMT</pubDate>
    <dc:creator>JTodrick</dc:creator>
    <dc:date>2022-06-02T20:46:06Z</dc:date>
    <item>
      <title>Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/286906#M26525</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to redirect users to a dynamic URL which already includes a "?".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I want our users to fill a form with their website as one of the property in order to redirect them to a URL which include their website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if they fill a form putting:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.mywebsite.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.mywebsite.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;People would be redirected to the following URL&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://www.domain.com/simulate.php" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.domain.com/simulate.php&lt;/A&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;url=&lt;A href="http://www.mywebsite.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.mywebsite.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. How can i add a time delay in the form code in order to be sure that Hubspot updates the property in order to create the right redirected URL&lt;/P&gt;&lt;P&gt;2. I tried the dynamic query string (as i saw in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://knowledge.hubspot.com/articles/kcs_article/forms/can-i-auto-populate-form-fields-through-a-query-string#create-dynamic-query-strings-with-personalization-tokens-marketing-hub-professional-and-enterprise-legacy-marketing-hub-basic-only" target="_self" rel="nofollow noopener noreferrer"&gt;HS knowledge&lt;/A&gt;) but it didn't work neither and i've the feeling it's because of the "?" which is inside the URL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 10:21:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/286906#M26525</guid>
      <dc:creator>Gthn</dc:creator>
      <dc:date>2019-08-20T10:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287080#M26540</link>
      <description>&lt;P&gt;Welcome,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/102313"&gt;@Gthn&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The method outlined in&amp;nbsp;&lt;A href="https://knowledge.hubspot.com/articles/kcs_article/forms/can-i-auto-populate-form-fields-through-a-query-string#create-dynamic-query-strings-with-personalization-tokens-marketing-hub-professional-and-enterprise-legacy-marketing-hub-basic-only" target="_self"&gt;this article&lt;/A&gt;&amp;nbsp;populates HubSpot form fields from a query string&amp;nbsp;&lt;EM&gt;before&lt;/EM&gt; the form is submitted. You're looking to do the opposite&amp;nbsp;— populate a query string with form field values&amp;nbsp;&lt;EM&gt;after&lt;/EM&gt; a form is submitted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2599"&gt;@derekcavaliero&lt;/a&gt;'s solution in &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Include-form-fields-as-redirect-URL-parameters-on-an-embedded/m-p/285585#M13938" target="_self"&gt;this thread&lt;/A&gt;&amp;nbsp;allows form data to populate a redirect URL's query string (following a&amp;nbsp;&lt;CODE&gt;?&lt;/CODE&gt;) after a predefined delay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Per &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Include-form-fields-as-redirect-URL-parameters-on-an-embedded/m-p/285585/highlight/true#M26377" target="_self"&gt;this comment&lt;/A&gt; in the original thread, could you clarify where you got stuck regarding "I&amp;nbsp;didn't get how to use&amp;nbsp;&amp;nbsp;&lt;CODE&gt;window.location ="&lt;A href="http://www.yoururl.com" target="_blank"&gt;http://www.yoururl.com&lt;/A&gt;?" + formData;&lt;/CODE&gt;"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I'm understanding you correctly, and given your example above, you'd replace&amp;nbsp;&lt;CODE&gt;&lt;A href="http://www.yoururl.com" target="_blank"&gt;http://www.yoururl.com&lt;/A&gt;?&lt;/CODE&gt; with&amp;nbsp;&lt;CODE&gt;&lt;A href="http://www.domain.com/simulate.php" target="_blank"&gt;http://www.domain.com/simulate.php&lt;/A&gt;?&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2599"&gt;@derekcavaliero&lt;/a&gt;, it sounds like &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/102313"&gt;@Gthn&lt;/a&gt;&amp;nbsp;also wants to pick out the &lt;CODE&gt;website&lt;/CODE&gt; property/field specifically. Could you speak to how that might be accomplished through jQuery (as opposed to appending all form fields with&amp;nbsp;&lt;CODE&gt;var formData = $form.serialize();&lt;/CODE&gt;)? Appreciate your input!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 21:15:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287080#M26540</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-08-20T21:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287146#M26553</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answer. I will try to clarify my issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;EM&gt;If I'm understanding you correctly, and given your example above, you'd replace&amp;nbsp;&lt;A href="http://www.yoururl.com?with&amp;nbsp;http://www.domain.com/simulate.ph" target="_blank"&gt;http://www.yoururl.com?with&amp;nbsp;http://www.domain.com/simulate.ph&lt;/A&gt;&lt;A href="http://www.domain.com/simulate.php" target="_blank" rel="nofollow noopener noreferrer"&gt;p&lt;/A&gt;?&lt;/EM&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-&amp;gt; Not exactly. The yoururl.com will be replaced with "&lt;/SPAN&gt;&lt;A href="http://www.domain.com/simulate.php" target="_blank"&gt;http://www.domain.com/simulate.php&lt;/A&gt;&lt;STRONG&gt;?&lt;/STRONG&gt;&lt;SPAN&gt;url= "&amp;nbsp; . I'm afraid it generates a conflict because it already includes a "?". So, with the form parameter it will be a second "?".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&lt;EM&gt;&amp;nbsp;could you clarify where you got stuck regarding "I&amp;nbsp;didn't get how to use&amp;nbsp;&amp;nbsp;window.location ="&lt;A href="http://www.yoururl.com" target="_blank"&gt;http://www.yoururl.com&lt;/A&gt;?" + formData;"?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-&amp;gt; I don't know how to use the &lt;STRONG&gt;+formdata&lt;/STRONG&gt;. I tried to use this kind of URL given in the article you sent me but the redirection was not working&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://www.domain.com/marketing-offer?firstname={{contact.firstname}}&amp;amp;lastname={{contact.lastname}}&amp;amp;email={{contact.email" target="_blank"&gt;http://www.domain.com/marketing-offer?firstname={{contact.firstname}}&amp;amp;lastname={{contact.lastname}}&amp;amp;email={{contact.email&lt;/A&gt;}}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Each time i tried the redirected URL included some Hubspot form data like "hstc=" or&amp;nbsp; "submissionGuid="&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, this is where i'm stuck and I've no doubt that&amp;nbsp;@derekcavaliero probably has the solution :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 08:11:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287146#M26553</guid>
      <dc:creator>Gthn</dc:creator>
      <dc:date>2019-08-21T08:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287190#M26562</link>
      <description>&lt;P&gt;Yep I can, I actually just helped out another member of the forum with something similar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the final URL format you are looking to redirect to? Also - do you have an example page with the form that I could see?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In hindsight - the serialize option works but it is admittedly a little messy. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;$form&lt;/STRONG&gt; argument of the &lt;STRONG&gt;onFormSubmit&lt;/STRONG&gt; callback is a jQuery collection of the entire submitted HubSpot &lt;STRONG&gt;&amp;lt;form&amp;gt; &lt;/STRONG&gt;element that is stored at the moment the form was submitted, and successfully validated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That means you can dive into the collection and "cherry-pick" whatever field values you may want to use doing something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;var website = $form.find('input[name="website"]').val();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That would give you the isolated website field value in a separate variable you could then append to your redirect location as needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;setTimeout( function() {
  window.location = "http://www.domain.com/simulate.php?url=" + encodeURIComponent( website );
}, 500 ); // Redirects to url with query string data from form fields after 1/2 second.&lt;/PRE&gt;&lt;P&gt;You could do this infinitely - however if you need to pass/map many fields to specific query string keys - I also have a solution for that which is a bit more elegant in nature.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 12:25:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287190#M26562</guid>
      <dc:creator>derekcavaliero</dc:creator>
      <dc:date>2019-08-21T12:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287379#M26586</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2599"&gt;@derekcavaliero&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I finally understood how it works and therefore I was able to make it work exactly how i want!&lt;/P&gt;&lt;P&gt;Redirection perfeclty works, and takes the URL as a parameter. So, great!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you guys for your help, I hope this solution can help more people :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 09:20:07 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287379#M26586</guid>
      <dc:creator>Gthn</dc:creator>
      <dc:date>2019-08-22T09:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287409#M26588</link>
      <description>&lt;P&gt;Glad to hear it,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/102313"&gt;@Gthn&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for jumping in,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2599"&gt;@derekcavaliero&lt;/a&gt;!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 11:57:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/287409#M26588</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-08-22T11:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289451#M26841</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;, I am having some trouble getting this to work properly. It is not clear to me where&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;var website = $form.find('input[name="email"]').val();&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is supposed to go. Here is what I have.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;!--[if lte IE 8]&amp;gt;
&amp;lt;script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;![endif]--&amp;gt;
&amp;lt;script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;gt;
  hbspt.forms.create({
	portalId: "xxxxxx",
	formId: "xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx"
	 inlineMessage: 'This page is redirecting.',
    onFormSubmit: function($form){
        setTimeout( function() {
            var website = $form.find('input[name="email"]').val();
            window.location = "http://app.domain.com?" + formData;
        }, 250 ); // Redirects to url with query string data from form fields after 250 milliseconds.
    }
});
&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;This simply shows the message, and doesn't do anything to redirect to another page.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am pretty sure I have put the "Var website..." in the wrong location, I just don't know where it needs to go.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 18:23:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289451#M26841</guid>
      <dc:creator>mikefreeman</dc:creator>
      <dc:date>2019-09-03T18:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289464#M26843</link>
      <description>&lt;P&gt;Welcome,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/104225"&gt;@mikefreeman&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Happy to clarify.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;CODE&gt;var website = $form.find('input[name="website"]').val();&lt;/CODE&gt;snippet applies to the original poster's use case. The code will retrieve the form's&amp;nbsp;&lt;CODE&gt;website&lt;/CODE&gt; field value with jQuery and the rest of the code&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2599"&gt;@derekcavaliero&lt;/a&gt;&amp;nbsp;provided will append this&amp;nbsp;&lt;CODE&gt;website&lt;/CODE&gt;&amp;nbsp;value to the redirect URL of&amp;nbsp;&lt;CODE&gt;&lt;A href="http://www.domain.com/simulate.php" target="_blank"&gt;http://www.domain.com/simulate.php&lt;/A&gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're looking to append&amp;nbsp;&lt;EM&gt;all&lt;/EM&gt; the form field data to the redirect URL, go with the code in the soluton to &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Include-form-fields-as-redirect-URL-parameters-on-an-embedded/m-p/285585#M13938" target="_self"&gt;this thread&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be aware that you'll have to set the&amp;nbsp;&lt;CODE&gt;portalId&lt;/CODE&gt; and &lt;CODE&gt;formId&lt;/CODE&gt; as well as change &lt;CODE&gt;&lt;A href="http://www.yoururl.com" target="_blank"&gt;http://www.yoururl.com&lt;/A&gt;?&lt;/CODE&gt; to your desired redirect URL.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 19:41:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289464#M26843</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-09-03T19:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289476#M26844</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;, actually, I am hoping the URL redirect looks like this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;app.tutorup.com/EMAIL and that's it. I don't want to get &lt;EM&gt;all&amp;nbsp;&lt;/EM&gt;the form data to be included in the URL. Only the email.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have removed the "portalId" &amp;amp; the "formId" just to post it publicly.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;!--[if lte IE 8]&amp;gt;
&amp;lt;script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;![endif]--&amp;gt;
&amp;lt;script type="text/javascript" src="//js.hsforms.net/forms/v2.js" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;gt;
hbspt.forms.create({
portalId: 'XXXXXX',
formId: 'XXXXXXXXXXXXXXXXX',
inlineMessage: 'You are being redirected to the TutorUp Application...',
onFormSubmit: function($form){

var website = $form.find('input[name="email"]').val();
setTimeout( function() {
window.location = "http://app.site.com?=" + encodeURIComponent( email );
}, 500 ); // Redirects to url with query string data from form fields after 1/2 second.

}
});
&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;The goal here is to pull the email address entered in the form and insert into the redirect URL so that it goes to &lt;STRONG&gt;app.site.com/email@email.com&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get it to post the email in the string through adding {{email}} to the redirect URL, but it adds a lot of other stuff. It looks like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;app.site.com/%3F__hstc%3D12452660.52f0b750ee8a691e8b65dda125edced9.1567203299165.1567527568301.1567533494408.4%26__hssc%3D104981660.48.1567533494408%26token%3Dthisisthetestemail%2540gmail.com%26submissionGuid%3D9061f7e7-bfe0-42d7-bce0-8870fb23930d&amp;amp;r=&amp;amp;bc=&lt;/PRE&gt;&lt;P&gt;I just can't seem to get it to post the clean URL like I am hoping to do.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 21:01:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289476#M26844</guid>
      <dc:creator>mikefreeman</dc:creator>
      <dc:date>2019-09-03T21:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289501#M26846</link>
      <description>&lt;P&gt;&lt;SPAN class="im"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;&amp;nbsp; Many thanks for you help. Based on what you gave me and with help from a friend, I was able to get it to properly work. Here is the final working format that was successful for me.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;For anyone else trying to do this, here's a quick "how-to".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;Simply drop the code below into the source code&lt;EM&gt; (RichText/Advanced/Source Code)&lt;/EM&gt; on a rich text block in the COS. Change out the &lt;STRONG&gt;portalId&lt;/STRONG&gt; and &lt;STRONG&gt;formId&lt;/STRONG&gt; to match your form. You can find both of these values by opening up your form and looking at the URL.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-09-03 at 7.45.07 PM.png" style="width: 683px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/19649i4569689BA37C7038/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-09-03 at 7.45.07 PM.png" alt="Screen Shot 2019-09-03 at 7.45.07 PM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;The short value after &lt;STRONG&gt;"forms"&lt;/STRONG&gt; is your portal ID, and the longer value after &lt;STRONG&gt;"editor"&lt;/STRONG&gt; is your FormID.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;From there, change the input name to whatever field in your form you are refrencing. You'll change out "&lt;STRONG&gt;FieldID&lt;/STRONG&gt;" to your form field. That would be "email" or "category" or whatever else you're asking in the form.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;Where I have "&lt;STRONG&gt;&lt;A href="http://app.tutorup.com/?email=" target="_blank" rel="noopener"&gt;http://websiteurl.com?email=&lt;/A&gt;&lt;/STRONG&gt;" just change that to whatever you want in front of your passed field variable. When the redirected, it will read "&lt;A href="http://websiteurl.com?email=FieldID" target="_blank" rel="noopener"&gt;http://websiteurl.com?email=FieldID&lt;/A&gt;" and the FieldID will be replaced with the variable from the form.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;I am not sure what "emailWeb" do, but that seemed to make it work, so I am not going to change it on my end. Maybe&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;could speak more to that.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;Thank you again&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp; for your help.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="im"&gt;The final code I used is as follows:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;!--[if lte IE 8]&amp;gt;
&amp;lt;script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;![endif]--&amp;gt;
&amp;lt;script type="text/javascript" src="//js.hsforms.net/forms/v2.js" charset="utf-8"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;gt;
hbspt.forms.create({
    portalId: 'xxxxxxx',
    formId: 'xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
    inlineMessage: 'You are being redirected to the Application...',
    onFormSubmit: function($form){
        
        var emailWeb = $form.find('input[name="FieldID"]').val();
        setTimeout( function() {
            window.location.href = "&lt;SPAN class="im"&gt;&lt;STRONG&gt;&lt;A href="http://app.tutorup.com/?email=" target="_blank" rel="noopener"&gt;http://websiteurl.com?email=&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;" + encodeURIComponent( emailWeb );
}, 500 ); // Redirects to url with query string data from form fields after 1/2 second.
        
    }
});
&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 00:53:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289501#M26846</guid>
      <dc:creator>mikefreeman</dc:creator>
      <dc:date>2019-09-04T00:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289564#M26860</link>
      <description>&lt;P&gt;Thanks so much for sharing,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/104225"&gt;@mikefreeman&lt;/a&gt;! I'm glad you got it to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your code,&amp;nbsp;&lt;CODE&gt;emailWeb&lt;/CODE&gt; is the name of a variable you define. The name itself&amp;nbsp;doesn't really matter; you're just using it to hold the value of&amp;nbsp;&lt;CODE&gt;$form.find('input[name="FieldID"]').val();.&lt;/CODE&gt;. You then append &lt;CODE&gt;emailWeb&lt;/CODE&gt; to the end of your URL, &lt;CODE&gt;&lt;A href="http://websiteurl.com?email" target="_blank"&gt;http://websiteurl.com?email&lt;/A&gt;&lt;/CODE&gt;, effectively setting a value for the &lt;CODE&gt;email&lt;/CODE&gt; query parameter.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 12:13:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/289564#M26860</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-09-04T12:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/290072#M26932</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/104225"&gt;@mikefreeman&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for clarifying.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Per &lt;A href="https://community.hubspot.com/t5/APIs-Integrations/Hubspot-is-adding-hstc-parameter-to-external-urls/td-p/227954" target="_self"&gt;this post&lt;/A&gt;, the&amp;nbsp;&lt;CODE&gt;__hstc&lt;/CODE&gt; and &lt;CODE&gt;__hssc&lt;/CODE&gt; parameters are added by the &lt;A href="https://knowledge.hubspot.com/articles/kcs_article/reports/set-up-your-site-domains#set-your-target-domain" target="_self"&gt;HubSpot cross-domain linking&lt;/A&gt;&amp;nbsp;setting you have enabled. This can be disabled, but then you'll lose the ability to track visitors jumping from your HubSpot-hosted content to your app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;CODE&gt;submissionGuid&lt;/CODE&gt;&amp;nbsp;parameter is appended whenever a HubSpot form redirects to another page. It is used to help track submissions/conversions. This cannot be disabled for embedded forms which redirect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If a completely clean redirect URL is critical, you may want to pursue custom-coding your form and passing data to HubSpot via the &lt;A href="https://developers.hubspot.com/docs/methods/forms/submit_form_v3" target="_self"&gt;Forms API&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 14:01:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/290072#M26932</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-09-06T14:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/294808#M27625</link>
      <description>&lt;P&gt;Solid thank you. this worked for me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 00:12:50 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/294808#M27625</guid>
      <dc:creator>bryansteel</dc:creator>
      <dc:date>2019-10-04T00:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/307865#M29215</link>
      <description>&lt;P&gt;I've got your script working as intended. Thanks for this solution. That said, I am interested in cleaning up the redirect a bit. I need to pass 4-6 fields to specific query string keys. Would you mind sharing the more elegant solution that you mentioned?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 21:08:53 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/307865#M29215</guid>
      <dc:creator>Albo</dc:creator>
      <dc:date>2019-12-16T21:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/307873#M29219</link>
      <description>&lt;P&gt;CC&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2599"&gt;@derekcavaliero&lt;/a&gt;&amp;nbsp;on the above.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 22:08:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/307873#M29219</guid>
      <dc:creator>IsaacTakushi</dc:creator>
      <dc:date>2019-12-16T22:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/308247#M29273</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/113593"&gt;@Albo&lt;/a&gt;&amp;nbsp;Here is a GitHub gist showing mapping mulitple fields to parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/derekcavaliero/f79007a21233d8358636faa5199da165" target="_blank"&gt;https://gist.github.com/derekcavaliero/f79007a21233d8358636faa5199da165&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'd want to edit the queryMap variable to change what form fields map to what query string parameter. Then down in the redirect - you'd need to update the redirect location.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2019 13:02:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/308247#M29273</guid>
      <dc:creator>derekcavaliero</dc:creator>
      <dc:date>2019-12-18T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/324244#M31299</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/2599"&gt;@derekcavaliero&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question for you guys. I've got no problem deploying the solution as you suggested for the email form field. The only thing problem that I'm seeing that Hubspot seems to be replacing the&lt;STRONG&gt;&amp;nbsp;@&lt;/STRONG&gt; of the email address with&amp;nbsp;&lt;STRONG&gt;%40&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, instead of seeing &lt;A href="https://yourdomain.com/?email=email" target="_blank" rel="noopener"&gt;https://yourdomain.com/?email=email&lt;/A&gt;&lt;STRONG&gt;@&lt;/STRONG&gt;domain.com for the redirect, I am seeing&amp;nbsp;yourdomain.com/?email=email&lt;STRONG&gt;%40&lt;/STRONG&gt;domain.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any insights would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 00:01:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/324244#M31299</guid>
      <dc:creator>Albo</dc:creator>
      <dc:date>2020-03-06T00:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/324353#M31309</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/113593"&gt;@Albo&lt;/a&gt;&amp;nbsp;Thats standard URI encoding for query parameters. HubSpot will decode query parameters automatically when prefilling it's form fields.&amp;nbsp;If you're reading this value elsewhere you'll need to decode it first using&amp;nbsp;&lt;CODE&gt;decodeURIComponent()&lt;/CODE&gt; -&lt;A href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent" target="_blank"&gt;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 13:49:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/324353#M31309</guid>
      <dc:creator>derekcavaliero</dc:creator>
      <dc:date>2020-03-06T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/337413#M32888</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/665"&gt;@IsaacTakushi&lt;/a&gt;&amp;nbsp;Just wanted to post and say many thanks! after days and hours of testing and troublshooting we finally managed to get it to work with this little gold gem java snippet below. many thanks!!!&lt;/P&gt;&lt;P&gt;bd&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 18:40:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/337413#M32888</guid>
      <dc:creator>dimitreliasb</dc:creator>
      <dc:date>2020-05-07T18:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Form submission &amp; redirect URL based on form parameters</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/404075#M40014</link>
      <description>&lt;P&gt;Hi, I'm trying this solution out now but I can't seem to pass the website URL straight into the redirect page link. Can someone assist, thank you so much!&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-01-28 at 7.58.40 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/37132i0DB0123D35EC44F0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-01-28 at 7.58.40 PM.png" alt="Screen Shot 2021-01-28 at 7.58.40 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 12:02:05 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Embedded-Form-submission-amp-redirect-URL-based-on-form/m-p/404075#M40014</guid>
      <dc:creator>amandalim1</dc:creator>
      <dc:date>2021-01-28T12:02:05Z</dc:date>
    </item>
  </channel>
</rss>

