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 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 ...
@Kyleen P You're really asking two questions in one:
Can youuploadbinary files such as pictures to Marketo in a form post?Can youdisplaysuch files within the Marketo user interface...
You must still be leaving something out of the exact code. 🙂 Or you deleted the final </script>.This is where you put return true;to tell Forms 2.0 to also redirect to the Thank Y...
Typo... "from" != "form"Also, you may have mismatched braces:MktoForms2.loadForm("//app-sj07.marketo.com", "801-TVW-591", 456, function(form){ form.onSuccess(function(form){ _g...
A multiple-selection select will submit as an array (if more than one selection): fieldname[]=aaa&fieldname[]=bbbor as a single string if only one selection: fieldname=cccAre you t...