Creating a re-direct page

Hi,

I am wondering how to create a re-direct page when taking a user to an external site.

I.e. we have a buy on Amazon button that links to their website - how do I add a ‘Re-redirecting you to an external site. Please click here if you are not redirected within a few seconds’

Thanks in advance,
Richard

Just put this in the header tag on your page (page settings -> Custom Code -> <header>). Redirect delay must be at least 5 sec. And then you add a button with a link to the same address.

<meta http-equiv="refresh" content="5;url=yoursiteadress.html">

This topic was automatically closed after 60 days. New replies are no longer allowed.