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.
Comparing to GA isn't really fair because it's loaded from a CDN, not from the origin server.What is a sample URL?And yes, Munchkin and Forms offer complementary features and shoul...
It's a tough one -- and the reason I append the form ID to the end of the form name.If you're desperate, you can parse and search the response to /landingPage/showForms -- it's a J...
Harish, this is not accurate. Forms 2.0 itself will transfer the value of the cookie _mkto_trk (if it exists) to the field _mkt_trk on the Form object (not the Form's HTML element,...
You can't avoid some coding, even if that means cut-and-paste.I put the simplest possible demo here. (Didn't use JavaScript best practices in this case to keep it as short as possi...
Browyn, one more thing while we're on the topic: as a veteran of some major after-the-fact localization projects, I want to stress that you should localize from the beginning if yo...
... also, the language-switching logic is part of our FormsPlus library (in progress) so all you'll have to do is include FormsPlus in your page (plus your translations, of course!...
Well, I consider Marketo's Forms 2.0 API and basic HTML/JS to very much be default functionality... if you couldn't extend Mkto forms I wouldn't use them at all. But that's me I gu...
There is a way to suppress the default visitWebPage completely, but it's not something I'd feel comfortable recommending in public.*Rather than that complex route, I'd recommend so...
Julia, the other replies (which I otherwise agree with!) seem to gloss over this requirement:then the pdf begins downloading and opens automatically using adobe instead of in a bro...
Pretty simple. Your <DIV id="primaryForm" ... also has class="mktoForm". So it gets styled like a form, even thought the form is actually inside it. Remove that class.