Yes, you can use client-side {{ variable }} syntax (AngularJS, LiquidJS, Mustache, etc.) on Marketo LPs
Marketo uses both ${ } and {{ }} syntax internally, which makes mixing in other template languages tricky. But there’s always a way. →
Marketo uses both ${ } and {{ }} syntax internally, which makes mixing in other template languages tricky. But there’s always a way. →
You know some system fields in Marketo are more historical than current (looking at you, Email Suspended). But did you know SFDC Type and SFDC ID also fall into that bucket? →
If you claim you’re sending JSON but the letters 𝚓-𝚜-𝚘-𝚗 don’t appear in your code, you’re in danger. →
View As Web Page has so many superpowers over plain email, you almost feel like breaking the email HTML on purpose. →
Marketo filters can’t do “field1 [ends with] @field2” but FlowBoost handles that easily. →
Every time I’m forced to dip into other form builders, I miss Marketo forms. Marketo’s are not only more programmer-friendly, they also do things out of the box that require custom JS elsewhere. →
All email validation services fundamentally do the same thing: * look up the domain to see if it has an MX record * if it has one, connect to the MX and →
If a URL’s query params all start with “utm_”, no need to separate them with “&”. A simple “&” will do. →