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.
Michelle, the "Not You" link is essentially the same as a standard form reset. You can do some pretty slick stuff by simply adding a reset button onto the form. In this demo, I pre...
What is the URL that appears in the Clicked Link activity in the Activity Log?There shouldn't be any need for an idea -- tracking and triggering clicked links already works. Sample...
I assume you've read Manage Multiple Domains and Microsites, right?You don't necessarily have to worry about changing your "canonical" domain immediately because you can set up you...
I'd recommend you still only include it once. In that common code block, check the current domain and decide whether or not to call Munchkin.init(), for example: /(^|\.)(exclude-do...
So parse out the page name (document.location.pathname) and set a hidden field from that:MktoForms2.whenReady(function(form){ form.addHiddenFields({ LeadSourceDetail : document.loc...
1. In the demo, that's an embedded form on a third-party page, so by definition it doesn't support prefill (this has nothing to do with the lightbox). On a Marketo-hosted LP, it wi...
If the Lead Source Detail is "included in the name and URL of each LP" -- by which I assume you mean the URL has a query param like &assetName=whitepaper1.pdf -- then set a hidden ...