Hi all,
I have a multi-select field on a Marketo Form (used for users to select what products are they interested in). Currently, I have a corresponding text field in SFDC on both Lead and Contact objects. I hope to have the selections on the Marketo form to be listed in the SFDC field delimited by coma or any other separator.
Is this possible to do without using any JS? Unfortunately, I have 0 JS knowledge. I am also looking into making a multi-select field in SFDC if the above idea is impossible - any suggestion with this strategy?
Thank you in advance 🙂
Solved! Go to Solution.
Sounds like you didn't run any tests, since Select-Multiple inputs are stored as semicolon-delimited strings. This is the default behavior.