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.
Search for "SimpleDTO." That's my cross-domain Pre-Fill solution, works for any form (or just for personalization), trusted by dozens of sites.You can make it as secure as you want...
Yes, you always need some JavaScript (not jQuery). That’s how you make clicking the link set a value. Like so:
MktoForms2 :: Switch to proxy email address
You can set the language based on the referrer’s language (or even let the referrer set a different language for the referral).
You don’t need different emails. Add a brief Wait s...
You need to use the API to lookup people by ID (or, in theory, by a custom field you guarantee is unique).
List uploads via the UI always lookup on Email.
Do this using the method I blogged about late last year:
A fully customizable “Forward to Friend” using a standard Marketo form + embedded “View as Web Page”
Embedding “View as Web...
Pretty straightforward. Don’t hide/show the proxy Email field directly when the person clicks the link. Instead, update another hidden field — a Form Visibility Manager (FVM) field...
When we heard a client’s Marketo forms weren’t showing for users of AdBlock Plus, our first thought was they were embedding forms using the old marketo.com domain, which is block...