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.
Here's a sample form that posts twice, showing it doesn't need server-side anything:http://jsfiddle.net/sanford/kq0f4v2g/showIn this demo, the form posts once, then switches the Fi...
"Override" the form in Marketo isn't the right term... I think "Post as if it werethe Design Studio form" is more appropriate.When you do a server-side form post, you're impersonat...
Without knowing it, you're actually asking two different questions, because Marketo uses two different ways of rendering Date fields.In Chrome, which supports input type=date, it's...
That's way too much code to post on this forum (which has no code handling to speak of).Can you please narrow that down to just the part that is giving you trouble?And try to rephr...
Why wouldn't it be easy? You basically have a two forms' worth of data posted at once, so you just split them up before talking to Marketo. Marketo has no idea it came to you as a ...
@Tim C Don't see where SQL would be involved in any way.The solution is pretty simple, you just run through the cURL function twice, first time passing it the'Email' => urlencode($...
The Munchkin function calls (including init(), wihich calls visitWebPage() internally) do not fire callbacks when they are complete. Since they involve doing a remote GET of a trac...
@Bethany D "Congestion" is usually a euphemism. Doesn't mean the server is actually too overwhelmed to handle your email. It means they've handled enough email from you already in...