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 custom config in this post is no longer necessary post-2021, as the Forms 2.0 library has been updated to load everything from your LP domain.
While you should be loading ...
This post is about Integer in the database → real Boolean in Velocity. You're referring to Boolean in the database → real Boolean in Velocity. And this itself has two different...
New developers (and non-developers) often mistake values that might be converted to, converted from, or treated sort of like Booleans for a language’s actual Boolean type. This le...
Community user JW asked a surprisingly unprecedented (AFAIK) question:I am looking to send out a communication to our customers that includes that persons Policy Number. Unfortunat...
For arithmetic in Velocity, the only safe approach is the so-called “tools-ish” one: use MathTool methods like $math.add, $math.sub, and $math.mul.The ruleAside from the one except...