hmm. I think it's a bug Kenny ElkingtonIt works in the email preview - according to Email Scripting » Marketo Developers anything that works in the email preview is supposed to wo...
I don't think it works with Outlook 2010, and possibly others. If you try it in Gmail or another client, it will probably work as expected. The takeaway is to not use it. A workaro...
I think the context is that you're wanting to modify the Marketo supplied templates.You could save the Marketo supplied email as a template, and then edit the template. But that ma...
I don't think that makes much sense. Forget about the loop.. keep it simple. #if(${customer.customerID} == $matched)show content A#end#if(${customer.customerID} != $matched)show co...
Google's products don't do responsive.. they usually scale the desktop down so it scales. There are hacks available though: https://medium.com/cm-engineering/coding-mobile-first-em...
It's actually like this:#set ($fname = ${lead.FirstName.toLowerCase()})<p>Hi $fname</p>Just be mindful this actually makes the entire word lowercase.Alternatively you could make ju...
I built a little webapp using Angularjs - you type in a username and the date for a paging token and it pops back the last interesting moments for the lead record. If I could do it...