Swapping out templates | Community
Skip to main content
February 12, 2015
Question

Swapping out templates

  • February 12, 2015
  • 2 replies
  • 717 views
Hi Everyone,

We have a landing page that we use to sign customers up for demonstrations on our website. We created a new landing page template that fits the page much better. I'd like to swap the templates out without any issues to the end user. What is the best way of doing this? Any advice would be greatly appreciated!

Thanks!

-Chris L
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

February 13, 2015
Suppose you have a landing page at /landingpage.html

During offpeak times:
  1. Clone the original landing page and apply the new template
  2. Edit the URL of the original landing page to /landingpage2.html
  3. Edit the URL of the new landing page to be /landingpage.html
If you have any domain aliase/redirects rules set up in admin -> integration -> landing pages, make sure they are pointing correctly to the correct detination as well.
February 13, 2015
Or instead of doing steps 2 and 3 above, you could just use a redirect rule to your advantage here to swap out your old landing page with no downtime.

Just make your new landing page on the new template, then create a new rule that redirects www.landingpage1.com to www.landingpage2.com; this will take effect immediately and you won't have had to manually swap out the URLs on either page.  Just make sure to also update your triggers to react to the new landing page.