Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sanford, hopefully this will clear up some confusion. Let me give you a bit of background. Previously on our site we kept track of all the user's subscriptions and email preferences. Recently the decision was made to offload this responsibility to Marketo, so we're having to make changes within our ...
Sorry, let me clarify what I meant by manually setting the values. In your JS you have something that looks like this: var init_fields = { "Email":"{{lead.Email Address}}", "emailPreferencesPause":"{{lead.Email Preferences - Pause}}", "emailPreferencesPauseUTCTimestamp":"{{lead.Email Preferences - P...
Sanford Whiteman what do you mean? You can't use query strings for this on IE?
Jay Jiang, I appreciate you answering my questions here. I went through your pre-fill workaround and I can manually set the values for the fields in the form, but when I use the {{ lead.Email }} or {{ lead.Email Address }} it doesn't actually populate anything. I just want to be clear here, the user...
Jay, this is actually what I was hoping I could do is pass the marketo user id or some other data as a query string over to the landing page and have it populate the form based on looking up the user's data with the data I'm sending it. However, I can't find any documentation on this type of functio...
We created a "manage subscription" form and created a marketo landing page for it. The form is set to prefill the form fields. We're having an issue getting the form to populate with the user's information. Currently we have a website separate from Marketo, but we're trying to integrate our website ...