Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I have an embedded form.I would like to use both the known lead custom HTML ("Welcome back {{lead.FirstName}}").I would also like to include an additional enquiry form.. Can I somehow include an HTML form element that writes to {{lead.enquiry message}}?
When I fill out a Marketo (the company) form, I often get a lightbox asking me to confirm from a list what my company is. Is that a RingLead function?
#foreach($variable in $variable_cList)#if(${variable.variableName1} == "A" && ${variable.variableName2} != "B")#set($matched = ${variable.variableID})
Your HTML - Show content A
#elseif(${variable.variableName1} != "A" && ${variable.variableName2} == "B")#set($matched = ${variable.variab...I'm glad that helped.Also, for anyone else reading this: SimpleDateFormat (Java Platform SE 7 )I think this is a really useful guide to date formats worth bookmarking.
I can't remember the name for it, but it would always start with a lower case letter, with each subsequent word using an upper case letter. it's also:{{system.viewAsWebpageLink}}
https://docs.marketo.com/display/public/DOCS/System+Tokens+Glossary
You can access account fields, like ${lead.Account_Owner_First_Name}, just don't reference them in your script like {{account.account owner}}.
Hi Lisa,Here is one way. 1. Create a local asset that is a list and call it "leads I want to unsub".2. Create a smart campaign that is based on a trigger, "Added to list", with the list being "leads I want to unsub". The flow action will be something like:3. Upload the leads to a particular list usi...
The first matching choice will be the one that is used in the flow step. So in your example, if someone clicks link in email (any), then they'd be in the "filled out form" status. The flow would ignore the rest of the steps.