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.
Please search the Community for "localize" and you'll see a few solutions -- "How to localize a Marketo form" was one of the topics I covered at a recent MUG meeting. Here's one of...
Having four different fields could work, but it wouldn't be possible on your form to make them work together and have at least one required.It's actually really easy to have separa...
Devin, it sounds like you're talking about a variant of the Referral Form paradigm, where we want both the referrer and the referral to become new leads. This is simple if you know...
You already have to use JS to populate the hidden field, because that's how you choose a unique Id on the client (perhaps referrer prefix + timestamp + Math.random()).
Hey Steve, if you search the community for "HOWTO" you'll quickly find my posts on this. Since we're following each other, we can also DM, or I could stop by to give more of a tuto...
You might like our new service I'm calling MagICS (kind of an old-school geeky name, subject to change!) that allows you to send dynamic ICS links from Marketo. The ICS files not o...
BTW I do have a solution for this. It was actually part of my MUG talk last month. I've been wary of publishing it here, but I'm working with a couple of Community members on it. I...
Jamie, I assume we're talking about unique IDs per referred lead (which can be tied to the referrer via a static prefix like ReferrerCo-129873254) but not the same field for all le...