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.
All the above will work, of course, but they permanently change the locale of a form.Many companies work with leads with different preferred languages (obviously!). Ideally, such c...
Emails don't have cookies.The unique URLs generated by Marketo for link tracking -- http://branding.example.com/1234354 -- are linked to the lead who receives the original email. I...
The Parameter Name is the name part of the name=value pair in the URL.In https://www.example.com/?showform&source=page1&date=todaysource and date are both Parameter Names.
You just need to reverse your approach, as I mentioned on another thread on the same topic.Do use Marketo's built-in hidden field functionality to read from query params or cookies...
Clear the cookie named `_mkto_trk` -- the Munchkin tracking cookie.If you want to never track certain people you need to put some conditional logic in place to never run Munchkin.i...
Hey Nathan J. Brauer I would think you would want a selector that at least matches the specificity of the default CSS, like if you're using the Thoughtbot theme in the form setup y...
Like all of those as well. Guess I think more in terms of things that would work with an embedded form, too!Regardless of how you approach the styles that are in use, I think it is...
James, the button themes (if you're talking about the built-in color/shadow/etc. styles) are published as a STYLE tag inside the FORM. Unfortunately, not all the themes are present...