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.
Technically persona@marketo is a valid email address. It may not be routable on the public internet, but it's valid (in fact most early email addresses had exactly this form, becau...
The answer, like Jennifer said, is a very firm No. You as the sender can't force the mailto: to open in a particular mail client, and even they may be unable to associate with thei...
If you have a Bitly account, you can use my tool called "Bitlify" to create Bitlinks from within the Marketo UI.The tools is not yet public, but If you're interested, follow me and...
Thanks, Josh. Yes, you can use the Forms 2.0 Lightbox for this.Jim, what you're talking about is called a "lightbox" or "modal" -- not to be confused with an actual popup window, a...
You defined the function, but you didn't run it! As this is a one-time-use function (never used outside of this context), I'd do:!function trackAdWordsConversion() { var trackingP...
form.vals() (I prefer to use form::setValues() and form::getValues() for clarity) accepts an object. form.setValues({ Industry: form.getValues().Industry_M__c });