ccsw 0 Share Posted February 26, 2020 (edited) Hi, does anyone know if it is possible to automatically redirect from my landing page to my homepage after e.g. 2 seconds? As in this link https://www.levenbetts.com/ Thanks! Edited February 26, 2020 by ccsw Link to post
2 tuanphan 9,599 Share Posted February 27, 2020 Add to Landing page settings > advanced > Header <script> setTimeout(function(){ window.location.href = 'https://beaverhero.com'; }, 5000); </script> OscarCA 1 Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
Question
ccsw 0
Hi, does anyone know if it is possible to automatically redirect from my landing page to my homepage after e.g. 2 seconds?
As in this link https://www.levenbetts.com/
Thanks!
Link to post
Top Posters For This Question
2
1
Popular Days
Feb 26
1
Feb 27
1
Mar 4
1
Top Posters For This Question
ccsw 2 posts
tuanphan 1 post
Popular Days
Feb 26 2020
1 post
Feb 27 2020
1 post
Mar 4 2020
1 post
Popular Posts
tuanphan
Add to Landing page settings > advanced > Header <script> setTimeout(function(){ window.location.href = 'https://beaverhero.com'; }, 5000); </script>
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment