Hi folks
RE Email Field and values selected from a multiple select field
At the moment in the message field, from the multiple select I have:
option1,option2 // In the message area I add #my_multi_select_field#
I am aiming to have:
option1, option2 // space between values
I could either
a) do some funky BeforeStore stuff or
b) put a space after each option in multiple select (but that is not ideal) ...
c) do some jquery to manipulate values in multi select
Any alternative methods to suggest?
Thanks
Bucklash