Hi Sanford,
It took me a while to figure out that the submit is an array. 🙂
I am trying to change the way the resulting string is represented in Marketo. Instead of the ; I need the separation between them to be a |. I can't think of any way within Marketo to easily change the character.
Originally I thought I could change it with some javascript code before the submit, but as you pointed out, the way it is represented inside of Marketo.
So thinking out loud, it seems that I need to convert the array into a single string before the submit. I would probably have the visible field on the form be the multi-selection and then a hidden field that is a single string to populate with proper concatenation. Would that work? I'm only learning Javascript so if you know how to do this off the top of your head, would you mind sharing?
Thank you!