Quantcast
Channel: Topliners: Message List
Viewing all articles
Browse latest Browse all 3431

Dynamic Thank you page from the iframe - javascript

$
0
0

I am using forms in an iframe on an existing website for forms, and sending the submitter to an Eloqua thank you page with dynamic conent, outside of the iframe.  I am using this solution:

 

Add the following script to the JS tab in the Page Snippet Tools section of a blank Landing Page

 

<script type="text/javascript">

top.window.location = 'http://www.site.com/page.htm';

</script>

 

Then just link to this LP in the processing steps of the form, and it sends them to http://www.site.com/page.htm'; .

 

but when I send the user to the redirected page, dynamic content is not working.  The values on the page are blank.  The strange thing, I'm sending the submitter an email with the same dynamic values as a processing step, and the values are displaying just fine. Why is dynamic content not working on the thank you page, but it's working fine in the thank you email?


Viewing all articles
Browse latest Browse all 3431

Trending Articles