Pass URL Parameter(s) to Follow-Up Page for Guided Landing Pages

Valerie_Armstro
Level 10 - Champion Alumni

Pass URL Parameter(s) to Follow-Up Page for Guided Landing Pages

Hi Community -

I received a request to set up a landing page with a utm parameter and inject that url parameter into the follow-up page after the form is submitted.

Example
Landing Page: resources.upserve.com/landing-page.html?utm_content=hello

Follow Up Page: resources.upserve.com/thanks-landing-page.html?utm_content=hello

Previously when we were using free-form pages, I could insert a Custom HTML element and add in the code to overwrite the form follow-up settings and insert the tokens into the follow-up page URL.  However, that looks like it's no longer an option with guided landing pages. 

What solutions/workarounds do you suggest to ensure that the url value is passed into the follow-up page URL?

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Pass URL Parameter(s) to Follow-Up Page for Guided Landing Pages

To insert MktoForms2 API code into a Guided LPT/LP, you have several choices:

  • add an inline <script> to the template
  • add a remote <script src=> to the template
  • add an inline or remote <script> to the LP's Custom HEAD
  • add the script to a Rich Text area on the form
  • use a GLPT string variable to insert code