SOLVED

Form Pre-Populated through Email

Go to solution
Anonymous
Not applicable
Hi Guys,

Does anyone has the same scenario as me?

there is a email has a hyperlink to my sign-up page which have a form on it.

if i am a receiver for this email, it's mean to i am a lead for database, then my information like firstname, lastname,emailaddress would be prefill to that form.

i use JQuery to get the value from URL:

Example:
http://info.marketo.com/test.html?FirstName={{lead.First Name:default=edit me}}&LastName={{lead.Last Name:default=edit me}}&Company={{company.Company Name:default=edit me}}&Email={{lead.Email Address:default=edit me}}

But i happend to a problem, if customer's first name like "Ben Rose", the copy of text version email will only make the link before Rose to linked, i lose the rest one, how can i figure it out?

I have no any idea at all.


Thanks,
Rose



Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi Rose,

We use pURLs (personalized URLs) for this in Marketo.
This enables to pre-fill forms even though the lead doesn't have a cookie yet.
e.g. great when you import a list with suspects.

1. Go to your landing page and enable the pURL.
2. In your email update the URL and add the token for a lead's Marketo Unique Code behind the URL.
    This will render each email differently.
     http://community.marketo.com/MarketoArticle?id=kA050000000L9DACA0
3. Go to your form in design studio and pre-populate the form with tokens (e.g. {{lead.First Name}}).

Please let me know if you have any questions.

View solution in original post

11 REPLIES 11