Hi, I'm trying to redirect a landing page to our website homepage. I understand from other discussions how it's done through "Admin > Landing pages". However, i would like to delay the redirect by a few seconds/minutes. How can I do that?
<meta http-equiv="refresh" content="5; url=http://example.com/"> in the HEAD of your document. "5" == 5 seconds.
"A few minutes" sounds like a really confusing user experience.
What is the overall purpose of redirecting without user interaction?
The landing page is a Thank You page which i then want to redirect after a few seconds to our homepage.
I added the meta tag but for some reason it's not redirecting to the correct page. It keeps on just redirecting to the landing page rather than the homepage URL i inserted. Any idea why that is?
Hi Elena,
Provide the URL of your page.
-Greg
www.alomone.com
No, the faulty one, meaning the one with the form
The landing page from which I want to redirect is: http://info.alomone.com/Thank-You.html
Hi Elana Shama,
Your code looks like this :
<meta http-equiv="refresh" content="5"; url="http://www.alomone.com"/>
it should be:
<meta http-equiv="refresh" content="5; url=http://www.alomone.com"/>
You need to remove 2 "
-Greg
hello Greg
Comment rediriger la Thank you page je n'ai pas compris ou mettre exactement le meta tag?
je pensais qu'on pouvait à partir de la form utilisée (dans form settings) dans la landing page, rediriger vers une thank you page, attendre 10 secondes et rediriger ensuite vers une page du site web...