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

Anonymous
Not applicable

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

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
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

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

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. 🙂
Anonymous
Not applicable

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

Hi, following up to this question...
Marketo, do you have a solution for this?