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.
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...
Storing the values submitted from that same browser in a cookie (or, even better, in the browser's LocalStorage, but same idea) is easy. But that doesn't duplicate the functionalit...
Using the Forms 2.0 JS API, add a randomly generated ID to the form as a hidden field. That ID becomes a unique "job ID" for the form fillout. Note that if you're not keeping a his...
I don't know anything about RTP (we don't have the module, either) but it seems unlikely.Checking the Referer wouldn't make any difference, as a malicious user would just fake the ...
To me, that fake ReCAPTCHA 2 looks far worse than a real ReCAPTCHA 2. Two mutually exclusive checkboxes? I don't care if the question is purposely absurd, the UI needs to make sens...