I am managing to use a Checkbox Group in my form but the email always shows the value as:
array ( 0 => 'Subscribe-to-email', )
I have the options set out as:
Subscribe-to-email=Yes, please subscribe me to your email newsletter
No-email=No, don't add me to your email list
Can anyone tell me how to get rid of the 'array ( 0 =>' code in the email?
Thanks
Leila
array ( 0 => 'Subscribe-to-email', )
I have the options set out as:
Subscribe-to-email=Yes, please subscribe me to your email newsletter
No-email=No, don't add me to your email list
Can anyone tell me how to get rid of the 'array ( 0 =>' code in the email?
Thanks
Leila