Automatic redirection: Thank you page to a PDF
Hi,
How I can redirect after few seconds from a thank you landing page to a PDF?
thank you in advance for your help
Said
Hi,
How I can redirect after few seconds from a thank you landing page to a PDF?
thank you in advance for your help
Said
Hi,
Open the thankyou landing page in edit mode and then click on "Landing page Actions" and under Custom Head Html please insert the below code:
<HEAD>
<TITLE>Page Tittle if any</TITLE>
<META HTTP-EQUIV="refresh" CONTENT="30;URL=xyz.pdf">
</HEAD>
Please replace the 30 with the time you want to keep the lead on the thankyou page and replace the xyz.pdf with the pdf link.
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.