If you should ever need to redirect one landing page to another landing page or a page on your website, all you need to do is place a small snippet on the original landing page to redirect it to the new page.
Step 1: Create the script
Copy the code below, and add the new page link inside the quotes
<script> window.location.href = "your new page link goes here";</script>Step 2: Place the code on your landing page
First, open your landing page