LindsEli Posted September 13 Share Posted September 13 After signing up to the promotional popup is there a way to add in a code to redirect to the URL: https://static1.squarespace.com/static/64a4c41c9cac743093d25c7a/t/6501eb83983b24245be307b0/1694624647630/Untitled+design.pdf , site url https://gerbil-wolf-j99l.squarespace.com the password is 123 thanks! Link to comment
tuanphan Posted September 15 Share Posted September 15 Enter below code to Post-Submit HTML <script> window.location.href = "https://static1.squarespace.com/static/64a4c41c9cac743093d25c7a/t/6501eb83983b24245be307b0/1694624647630/Untitled+design.pdf"; </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LindsEli Posted September 15 Author Share Posted September 15 7 hours ago, tuanphan said: Enter below code to Post-Submit HTML <script> window.location.href = "https://static1.squarespace.com/static/64a4c41c9cac743093d25c7a/t/6501eb83983b24245be307b0/1694624647630/Untitled+design.pdf"; </script> it worked thank you!!! Is there a way to have it pop open in a new tab? to no re direct from the website? thanks! Link to comment
Solution tuanphan Posted September 17 Solution Share Posted September 17 On 9/16/2023 at 12:25 AM, LindsEli said: it worked thank you!!! Is there a way to have it pop open in a new tab? to no re direct from the website? thanks! Use this code <script> window.open('https://static1.squarespace.com/static/64a4c41c9cac743093d25c7a/t/6501eb83983b24245be307b0/1694624647630/Untitled+design.pdf', '_blank'); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LindsEli Posted September 18 Author Share Posted September 18 On 9/16/2023 at 11:04 PM, tuanphan said: Use this code <script> window.open('https://static1.squarespace.com/static/64a4c41c9cac743093d25c7a/t/6501eb83983b24245be307b0/1694624647630/Untitled+design.pdf', '_blank'); </script> thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment