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.
If you've been around the block with Marketo Smart Lists, you know there's no Ends With operator, only Starts With and Contains.[1]This puts a damper on a common need: accurately s...
Hadn't even heard of Appointlet until the other day, but when user SS mentioned he was trying to use the REST API to integrate an Appointlet widget with Marketo, I knew there had t...
To switch up the Nancy Sinatra song, Booleans keep truthin’, when they ought to be falsin’.
As explored in earlier blog posts, when Marketo exposes Boolean fields in Velocity —...
'cept people use fieldsets for lots of other things -- if you added that CSS to a form I was working on just last night, it would hide nearly everything!
A more, let's say, modern way of doing this is to maintain a custom field whose value is {{Lead.Email Address}}..Note two periods at the end. Using New Lead and Data Value Changes ...
Custom Forms 2.0 JavaScript behaviors are best managed via an external JS file and <script src="/yourfile.js"> tag in the LP. This allows your code to be updated without touching ...
Because the bound listener doesn't let you change when it fires in the stack. It will always fire first. Other listeners can be added and fire in insertion order.
To me, it seems that the whenReady() function doesn't truly give you an indication of when the form is loaded. Of course it does. The whenReady event includes the form object as i...
As you dive into the world of webhooks for advanced database tasks, the number of webhook definitions in the Admin UI can get pretty crazy. I've seen instances with 100 different ’...