Can a marketo form embedded on my own site be linked to different thank you pages? | Community
Skip to main content
Allison_Quirk
Level 2
July 31, 2019
Question

Can a marketo form embedded on my own site be linked to different thank you pages?

  • July 31, 2019
  • 2 replies
  • 3754 views

We embed our marketo forms on our own site. I wanted to see if there was a way to use one form for all downloadable content, and then link out to different thank you pages depending on the page on my site this form was submitted on? Again, this is not a marketo page but a page on my actual site with an embedded marketo form. 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Ellie_Lewis3
Level 2
July 31, 2019

Hi Allison! Check out this Marketo doc, if you scroll down a bit you'll find a section called "dynamic thank you pages". If you're capturing the page they're coming from as a field on your form this should work. 

https://docs.marketo.com/display/public/DOCS/Set+a+Form+Thank+You+Page

If you're not capturing the page they're coming from, you might have to get a bit more in the weeds like in the comments on this post: https://nation.marketo.com/thread/43657-single-form-many-thank-you-pages If you scroll down to @Trevor Parsell's comment he goes more into detail. Or @Sanford Whiteman details how to do it with JavaScript.

Hope this helps!

SanfordWhiteman
Level 10
July 31, 2019

Mmm, that feature (Add Choice in Form Editor) doesn't apply to the question out-of-the-box because you can only add choices based on form values, and the current URL is not a form value.

However, you can add it as a form field using the JS code here.

SanfordWhiteman
Level 10
July 31, 2019

Ah, looks like you edited your post while I was composing!

Himanshu_Chawal
Level 1
August 2, 2019

I use Marketo forms on Wordpress landing pages for our company website. You can deploy a “download asset id” hidden field in the form which can be populated by utm tags, cookies, or through tagging individual landing pages in javascript by assigning the “downloadassetid” parameter.  

On marketo form design page, go to step 2 > setting. Here i have worked out a logic to direct user to a separate destination page for each downloadassetid parameter.

Let me know if this helps. Cheers