Instructions for Redirecting Pages:
Take the new URL of the page you want to redirect to and open the
JavaScript editor below.
There you will see:
var targetUrl = '...';
Replace the existing URL with the new one.
Important:
- Please ensure that the new URL is wrapped in apostrophe's and end with a semi-colon:
var targetUrl = 'url-name';