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.
onFormRender won't matter (do not make that change). It's already set to run on every render. But it only checks the dropdown list once for performance reasons.
I added the option...
⚠️ This code does not work in any version of Internet Explorer, as it relies on NodeList#forEach. It could be adapted for IE with a few more lines of JS.
You probably know thatem...
📣 This note from 2018 was moved from another section to be referenced in an upcoming post.
This one's good for getting your know-it-all on.
Despite it being commonplace to “fix ...
⚠️ This code does not work in any version of Internet Explorer, as it relies on URLSearchParams and Custom Elements v1.
An earlier post showed how to append form field values t...
There’s a well-traveled Forms 2.0 JS snippet fromthis Developer Blog postthat gets copy-pasted all over:
MktoForms2.whenReady(function (form) {
form.addHiddenFields({
_m...
The first thing I teach in Velocity classes is that VTL (Velocity Template Language)is essentially a simpler way to write Java, and totally unrelated to JavaScript.
VTL frees you ...
You have to have MSI to have IMs, yes. But rather than use IMs for Sales, I use them for Marketing checkpoints. There’s no problem with Sales seeing such log lines, they just know ...