SOLVED

Landing Page Redirect Wordpress

Go to solution
Colby_Dix
Level 5

Landing Page Redirect Wordpress

So I have a landing page that works wonderfully, and essentially, I want to use that entire page as a post in wordpress. What's the best way to make that happen but maintain the part where after submitting info in the form you are redirected to a pdf?

Thanks!
ooooh shiny.
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Landing Page Redirect Wordpress

One approach is to iframe the Marketo landing page into your Wordpress page. An iframe allows you to embed a page within another page. 

Here is a Wordpress plugin that lets you use iframes:
http://wordpress.org/plugins/iframe/

Here are some pro's and con's on using this approach:
http://www.elixiter.com/marketo-landing-page-and-form-hosting-options/

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: Landing Page Redirect Wordpress

One approach is to iframe the Marketo landing page into your Wordpress page. An iframe allows you to embed a page within another page. 

Here is a Wordpress plugin that lets you use iframes:
http://wordpress.org/plugins/iframe/

Here are some pro's and con's on using this approach:
http://www.elixiter.com/marketo-landing-page-and-form-hosting-options/

Anonymous
Not applicable

Re: Landing Page Redirect Wordpress

Great post Murtza! Colby, the iframe would preserve the part where after submitting the form you are redirected to a PDF. We used iframes on our site for a long time.

Of note, if you want to pass through URL parameters from the main URL to the iframe you will need to do some coding. Also, make sure your Google Analytics is set up properly. You don't want to have page views counted twice for every visit to the page with the iframe.