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.
Well, you have an errrant "true;" in your code, so there's probably a syntax error. I hope you're looking at your browser's console/developer tools to see such things.The correct c...
I don't care about the Best Answer (okay, just a little bit) but want to show it can be done straightforwardly. When we use auto-submit forms we make sure the form is prefixed with...
@John W You don't need !important because .mktoForm span.mktoButtonWrap.mktoSimple button[type="submit"].mktoButtonhas higher specificity than .mktoForm .mktoButtonWrap.mktoSimpl...
@Charles T I don't see your question really being answered yet, despite this being "Solved."The most precise answer IMO is to create a Forms 2.0 form, which can easily set fields o...
@Debbie M I didn't get the impression that @Naomi M was talking about "lookups" as in cross-referenced fields, but I could be wrong.@Naomi M I would add that if you really just wan...
The button is actually a <button> inside a <span>.Anyway, you can target it using this selector. Should have high enough selectivity to override the built-in styles..mktoForm span....
@Mikal K Create a landing page to gather values, then use a JavaScript redirect to the malto:. However, be warned that mailto: links launched via regular web pages are not as funct...
You have great instincts! While there's nothing wrong with a separate multi-select and hidden string variable, that just makes more to manage. I would catch the onSubmit event and ...