<?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 form directing to thank you page then url in Tips, Tricks &amp; Best Practices</title>
    <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144931#M7467</link>
    <description>&lt;P&gt;hubspot provides the service of chosing between directing the user to a thank you page or directing the user to a url. Is it possible to do both ? I want after the form submission the user to be directed for 2 seconds to a thank you page then to be directed to a url&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 11:31:36 GMT</pubDate>
    <dc:creator>HSalah</dc:creator>
    <dc:date>2025-05-06T11:31:36Z</dc:date>
    <item>
      <title>form directing to thank you page then url</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144931#M7467</link>
      <description>&lt;P&gt;hubspot provides the service of chosing between directing the user to a thank you page or directing the user to a url. Is it possible to do both ? I want after the form submission the user to be directed for 2 seconds to a thank you page then to be directed to a url&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 11:31:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144931#M7467</guid>
      <dc:creator>HSalah</dc:creator>
      <dc:date>2025-05-06T11:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: form directing to thank you page then url</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144933#M7468</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/880746"&gt;@HSalah&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both are technically the same – in both cases, after the form submission you're sending the contact to a page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to automatically redirect a contact from one page to another after a certain time has passed, here's what you could do; with the help of generative AI:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; 1. HTML Meta Tag (Simple &amp;amp; Effective)&lt;/P&gt;
&lt;P&gt;Place this in the &amp;lt;head&amp;gt; section of Page A:&lt;/P&gt;
&lt;P&gt;&amp;lt;meta http-equiv="refresh" content="2;url=&lt;A href="https://example.com/pageB.html" target="_blank"&gt;https://example.com/pageB.html&lt;/A&gt;"&amp;gt;&lt;/P&gt;
&lt;P&gt;2 is the delay in seconds.&lt;/P&gt;
&lt;P&gt;Replace the URL with your destination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; 2. JavaScript Redirect (More Control)&lt;/P&gt;
&lt;P&gt;Place this script in the &amp;lt;head&amp;gt; or right before the closing &amp;lt;/body&amp;gt;:&lt;/P&gt;
&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR /&gt;setTimeout(function() {&lt;BR /&gt;window.location.href = "&lt;A href="https://example.com/pageB.html" target="_blank"&gt;https://example.com/pageB.html&lt;/A&gt;";&lt;BR /&gt;}, 2000); // 2000 milliseconds = 2 seconds&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;This method gives you more flexibility (e.g., conditionally redirecting, animations before redirect, etc.).&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; 3. Using HTTP Headers (If Server-Side Control)&lt;/P&gt;
&lt;P&gt;If you're generating Page A via a server (e.g., PHP), you can use:&lt;/P&gt;
&lt;P&gt;&amp;lt;?php&lt;BR /&gt;header("Refresh:2; url=&lt;A href="https://example.com/pageB.html" target="_blank"&gt;https://example.com/pageB.html&lt;/A&gt;");&lt;BR /&gt;?&amp;gt;&lt;/P&gt;
&lt;P&gt;This is server-controlled and less common for frontend-only use.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 11:35:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144933#M7468</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-05-06T11:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: form directing to thank you page then url</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144937#M7469</link>
      <description>&lt;P&gt;&lt;SPAN&gt;No i don't just wanr to automatically redirect a contact from one page to another after a certain time has passed i want during this certain time a thank you page appears then to be redirected to the url page&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 11:41:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144937#M7469</guid>
      <dc:creator>HSalah</dc:creator>
      <dc:date>2025-05-06T11:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: form directing to thank you page then url</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144939#M7470</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/880746"&gt;@HSalah&lt;/a&gt; that's exactly what I described:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Contact submits form&lt;/LI&gt;
&lt;LI&gt;Form settings redirect them to a thank you &lt;STRONG&gt;page&lt;/STRONG&gt; ( = page 1)&lt;/LI&gt;
&lt;LI&gt;After 2 seconds, you want them to be redirected to another &lt;STRONG&gt;page&lt;/STRONG&gt; ( = page 2)&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Correct?&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 11:42:37 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144939#M7470</guid>
      <dc:creator>karstenkoehler</dc:creator>
      <dc:date>2025-05-06T11:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: form directing to thank you page then url</title>
      <link>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144940#M7471</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/111325"&gt;@karstenkoehler&lt;/a&gt;&amp;nbsp;correct&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 11:43:47 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Tips-Tricks-Best-Practices/form-directing-to-thank-you-page-then-url/m-p/1144940#M7471</guid>
      <dc:creator>HSalah</dc:creator>
      <dc:date>2025-05-06T11:43:47Z</dc:date>
    </item>
  </channel>
</rss>

