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.
I think what Josh means is something like kaleena.i.weber@example.com when your real address is kweber@example.com, or weberk@example.com when your real address is kaleena.weber@ex...
Sure, it's possible. Probably needs a little custom CSS is all. And for something so simple it's a pity to have to use an external form for it. In fact, I'm not sure if you're awar...
That will not work. Webhooks do not run while a Landing Page is being rendered (I shudder at the performance destruction if they did!).Webhooks can be triggered to run in response ...
Well, a webhook can update fields stored on a Lead or Company. It's very, very unlikely that this how you should shove data into your webpages (though, in theory, it would work, s...
"Grab some JavaScript" -- what do you mean by that?A Marketo-hosted LP is subject to no more (and no less) restriction than any other webpage as far as including outside content.Th...
You don't use Munchkin for that, you use the Forms 2.0 API.Create a dummy Marketo form to use for logging. Then, in your external form's onsubmit (everything in {} is to be customi...