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.
It's there in the page source: standard JS methods to find and move the form element. There are a number of ways to find the element. For simplicity in the demo, I used the CSS + c...
You don't need to report on direct asset downloads because you should never offer direct non-logged links (even a seemingly direct link in an email isn't really direct, since it's ...
Actually it's quite possible to post the forms to local storage and then retrieve the results later, with no Internet connection required.While the iPad isn't the ideal platform fo...
You can use a simple String field (instead calling it a Date field in the Form Builder) and then add any datepicker widget to it. HereI've bound the Kalendae widget to make a fully...
@Bryant C Instead of blindly redirecting them to the asset, simply log a Clicked Linkevent using the Munchkin API, then redirect them. You don't need any additional LPs or forms.Th...
@Dan M What @Adam Vavrek is saying (not to step on his toes) is that as long as you load Munchkin -- a must-do for any of your external pages -- clicks will be logged as aClicked L...