I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Every form input‘s jQuery wrapper is extended with a mask() function.
That function takes 2 params: the mask (string) and options (object), the most important option being placeho...
We like to think these are synonyms:
the value you tell Marketo to save
the value Marketo saves to the database
the output of a{{lead.token}}
But in fact, they can differ in int...
Inevitable question: Why would you need to delve this deeply into strings inVelocity Template Language,of all languages?
Answer: Sometimes you need the internals ofthe Velocity v...
That’s the expected behavior when you escape the variable syntax. As far as I can see you have no reason to use the method in this post. You want Marketo to usethe standard ${varia...
That seems like a retraction in a sense as opposed to an extension. 🙂
But yeah, that would work, although I’d worry that you can’t guarantee all versions are valid/exist without ...
Dropping new scripts and styles into a master LP template and mass-reapproving isn’t the safest route. JS might only be meant for certain forms… CSS might conflict with heavily cu...
Google Tag Manager has a JavaScript problem.Yep, that’s a strong claim.
Isn’t GTM designed to inject so-called “tags” — HTML fragments including<script>elements and perhaps relat...