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.
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 ’...
Of course, styling and organization is up to the user. This is more a reassurance that such an approach is technically possible (and clears up some misinfo about whether this token...
Isn't it annoying to add a Wait step before sending a registration confirmation, crossing your fingers that the provider has phoned home with the {{Member.Webinar URL}} token?
I'v...
For any Velocity project, I've taken to offering clients a separate config token, call it {{my.ThisIsWhereYouChangeStuff}}, where they can manage some output settings without havin...