Comma in Value List on Form

Anonymous
Not applicable

Comma in Value List on Form

I am trying create a form that includes radio buttons with the following two options. I am having difficulty because the first option has a comma in it.
 
Send Order Confirmation, Shipping Confirmation & Reorder Reminder emails
Send Order Confirmation & Shipping Confirmation emails ONLY
 
What is the best way to do this?
 
Thanks!
Tags (1)
4 REPLIES 4
Kimi_Heskett1
Level 9 - Champion Alumni

Re: Comma in Value List on Form

Anonymous
Not applicable

Re: Comma in Value List on Form

hi Carrie, 
The way you use commas in a selection value is you start the value list with a backslash (\) the value separator you want to use (;) and then another backslash (\).

So if i wanted a value list:
1,000
2,000
3,000


I would write this: \;\Select One...::Select One; 1,000::1000; 2,000::2000; 3,000::3000
The double colons (::) indicate that the value to their left will appear in the form, but the value on the right will be entered into Marketo as the value.  

Hope this helps you!
Best,
Elizabeth 
Anonymous
Not applicable

Re: Comma in Value List on Form

Thanks Kimi and Elizabeth. This seems to work when I use a drop down list, but not with radio buttons. Radio buttons are preferred.

Carrie
Anonymous
Not applicable

Re: Comma in Value List on Form

Thanks for this.  This article - https://community.marketo.com/MarketoArticle?id=kA050000000KyqMCAS - should be updated with the explanation of how to use comma values as explained by Elizabeth above.