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.
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...
What was the old domain name? Does that still function?And can you make doubly sure you don't have a conflicting Redirect Rule on the Rules page?If it still doesn't work, I'd open ...
1. Munchkin talks to Marketo's servers, but not vice versa. So there'd be no way for Marketo to know if Munchkin.js is loading on a website that hasn't gotten any hits (in the past...
Add an HTML block (this example assumes product is the name of your hidden field, change appropriately);<SCRIPT>MktoForms2.whenRead(function(form){ form.addHiddenFields({ product...