Comma in Value List on Form | Community
Skip to main content
April 29, 2013
Question

Comma in Value List on Form

  • April 29, 2013
  • 4 replies
  • 1301 views
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!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Kimi_Heskett1
Level 9
April 29, 2013
April 29, 2013
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 
April 29, 2013
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
January 8, 2014
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.