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.
The correct way to load custom forms JS is to put it in separate.jsfile,after and outside*the form embed code:
<!– standard form embed -->
<script src="//954-TTG-937.mktoweb.com/j...
Ina recent postyou learned thatspecific charactersmust be URL-encoded before storing String/Text fields in Marketo. You don’t need to encode thewholevalue, and other characters sh...
A Marketo user needed something that’s not covered in my oldinput mask tweakspost nor themore tweaksfollow-up (both recommended!).
To comply with internal requirements, one field...
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...
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...
You want to print the date of the first Monday or first Friday — let’s call it “first 𝒀-day” — of the next month. That’s when you host a recurring event.
Possible? 100%. Without...
In which I again face down my nemesis: Microsoft Excel, the business software equivalent of classical music outside 7-Eleven.
Admin » Field Management » Used Bysupports XLS expo...
Love seeing surprising-but-correct behavior in the wild, ’stead of just proving in the lab that itcouldhappen.
Today, a client finally asked “Why doesn’t this person show up when...