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.
"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...
@Marvel M Not really clear what you mean by "[form field] rule." Are you trying to create a dropdown of 50 (+ territories) states and passing the chosen state to the back end for f...
The answer is for the IT team to determine what anti-spam or other check on their mailserver is preventing the mail from being accepted.If you simply bypass the check, that ignores...
@EM Seems you solved this problem via more appropriate means, but it certainly is possible to restyle only one field. You just need to figure out a specific CSS selector after peek...