Show Thank You Message without Follow-up Page, using a Guided Landing Page Template | Community
Skip to main content
November 6, 2015
Solved

Show Thank You Message without Follow-up Page, using a Guided Landing Page Template

  • November 6, 2015
  • 1 reply
  • 1797 views

Prior to Guided Landing Pages, it was fairly simple to show a thank you message without a follow up page by adding an HTML element to the page with some JavaScript in it. However, with the Guided Landing pages, there isn’t any way to add an HTML element with the WYSIWYG, and I’m not exactly sure how to edit it into the template. Any help would be very much appreciated!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Grégoire_Miche2

Hi Jessica,

Adding a script in a guided LP is a little challenging indeed

A few ways of doing it are explained in this idea :

There is also a pretty comprehensive article here : One Template to Rule Them All

You may also want to vote here :

-Greg

1 reply

Grégoire_Miche2
New Participant
November 6, 2015

Hi Jessica,

The fors 2.0 API will enable you do that. See : Forms 2.0 » Marketo Developers `

The first example is exactly what you are looking for. You can make it a little more powerful adding a <div> with the thank you message. That Div will be hidden at first and in the form.onsuccess, you might unhide it. The text in that <div> might be either fixed or set using a mktovariable or even a mktoelement to be filled out in the landing page by the user.

there i an guide here on how to do this : Displaying Form Thank You Message on Original Landing Page

-Greg

November 9, 2015

Thanks, Grégoire. I've read that article, but it seems to be specific to non-guided landing page. What I am struggling with is where in the Guided Landing Page Template where to add the java script code.

Grégoire_Miche2
Grégoire_Miche2Accepted solution
New Participant
November 9, 2015

Hi Jessica,

Adding a script in a guided LP is a little challenging indeed

A few ways of doing it are explained in this idea :

There is also a pretty comprehensive article here : One Template to Rule Them All

You may also want to vote here :

-Greg