SOLVED

Marketo Form Multi-Select Field to SFDC String Field

Go to solution
mikhailyak
Level 1

Marketo Form Multi-Select Field to SFDC String Field

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 🙂

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Form Multi-Select Field to SFDC String Field

Sounds like you didn't run any tests, since Select-Multiple inputs are stored as semicolon-delimited strings. This is the default behavior.

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Form Multi-Select Field to SFDC String Field

Sounds like you didn't run any tests, since Select-Multiple inputs are stored as semicolon-delimited strings. This is the default behavior.