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.
@Dan R But that seems like exactly what @Dan Stevens is trying to avoid -- adding the form fields to the Marketo side (we've done the same as you with TypeForm in just the past wee...
Sorry I didn't get a chance to look at this before. I had to suddenly go out of town. @Anna L I looked at the URL you posted and it's not "taking you back to the main site" per se....
@BryantC A link typically goes via the Marketo click tracking server (your branding domain) in order to be linked to the lead's activity history. If a lead forwards a link it still...
What @Takehiro said, likein onValidate:if ( /(\d|^First$)/i.test(vals().Firstname ) ) { // kick them back out with an error}However I'd be wary of trying to account for too many "f...
While I agree with @Amy L, if you're talking about redirecting to both files at once (so the user is prompted to download both of them) that's, in practice, impossible, though it d...
As an overall goal you should be able to trust your assets to reside on Marketo's servers as much as you trust Marketo to be up and running ingeneral. There's no reason to arbitrar...
To completely reassociate the form with a new lead identified by email requires 2 steps.1. Delete cookies and reload the page as to create a fresh form view.2. Set the email addres...
Maybe I'm missing something here, but it sounds like you can use existing ProgPro for this together with a little JS.Create a simplefield that holds whether the prospect has passed...