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 put it in the HTML source view, right?And you probably didn't include this CSS:/* hide the last rich text div used to pass JSON translate map */.mktoFormRow:not([data-wrapper-f...
If you're missing the utm_medium and that can be assumed to be "email" for referrals from go.example.com, then you can update the GA info based on that:ga('create', 'UA-XXXXXXXX-X'...
OK. They should use the Munchkin API (associateLead) for this project. Definitely avoid REST and SOAP APIs here because you'll just create an opening for a DoS attack. Those APIs s...
The margin-top is for the checkbox relative to its container. If you wanted the whole row to move down you'd apply margin to the row:.mktoFormRow:nth-of-type(2) { margin-top: 4px;}
Amanda, if you are not a coder, you will not be able to use the API options. This includes the Munchkin API associateLead call, which requires server-side code (REST and SOAP shoul...
Jeff, check this very recent thread in which I discussed and demonstrated the addition of true geolocation (the browser's built-in geolocation function) to a Marketo form: How is '...
You should certainly have different API users for your competing vendors. Give yourself an audit trail and the ability to disable them separately.As long as you know where all your...