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.
@Nate Taber Clicking a link in an email does not associate the lead. Leads remain anonymous until they are confirmed via form submission or via Munchkin, REST, or SOAP APIs.
I wouldn't write your own onValidate code -- you'll just end up reinventing the datepicker!Instead use a third-party datepicker widget, making sure it does what you need (weekends,...
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($...