SOLVED

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

Go to solution
Anonymous
Not applicable

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

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!

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

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

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

View solution in original post

3 REPLIES 3
Grégoire_Miche2
Level 10

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

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

Anonymous
Not applicable

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

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
Level 10

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

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