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.
John, all event listeners that depend on elements in a Marketo form must be added within the MktoForms2.whenReady listener. See Forms 2.0 » Marketo Developers.Waiting for DOMReady ...
Jeff, you don't use Munchkin in emails.For email open tracking Marketo automatically inserts a tracking pixel. (Note, though, that open tracking is highly untrustworthy, as it only...
OK. That code looks very hard to maintain (string constants should be kept as separate as possible, and I would recommend using a lookup table of IDs and classes). But if it works ...
All the logic you talk about can be done by attaching Munchkin function calls to single or multiple pointer/touch events (mouseenter, mouseout, etc.).However, you will have to enga...
Depends on your layout, but you can do something like this.I also recommend looking at my destyled form demo here. If you're looking to do major overhauls of the form layout, you s...
It's extremely easy to run Munchkin::viewWebPage after 10 seconds so you can report on those interesting views.Whether that metric always means what you think it means is up to you...