Skip to main content
July 7, 2014
Question

Trying to use a lead.token in form follow up URL

  • July 7, 2014
  • 2 replies
  • 764 views
Hey guys, 

Wondering if anyone has a solution for hte following:

I have a Marketo form that populates one of the hidden fields (promocode) from the url parameter eg:
www.example.com/?promocode=SamplePromocode 

In the Marketo form, a hidden field (Promocode) is populated from the URL upon submission.

When the form submits, it follows up to a 3rd party application form, which we need to pass the promocode value to the URL, ie:
www.applicationform.com/initiate.aspx?promocode=SamplePromocode


So in the form settings, I've set the followup url using a token:
www.applicationform.com/initiate.aspx?promocode={{lead.Promocode}}

But the redirect url that I get is:
www.applicationform.com/initiate.aspx?pcode=%7B%7Blead.FORM_Promocode%7D%7D&aliId=2882835

Can anyone throw any light on this?
Thanks in advance
Mike
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

July 10, 2014
File a ticket for support if you haven't. %7B = { ... That's the ascii character for curly bracket, but it does you no good if it doesn't process correctly. :)
April 24, 2015
Hi, following up to this question...
Marketo, do you have a solution for this?