Greetings,
I am utilizing a checkboxes group in my form with the following options:
Printing=Printing
Xerox Copying=Xerox Copying
Color Copying=Color Copying
Large Format Poster=Large Format Poster
Other=Other
However, the email that is being sent to the site admin is presenting the selected options as follows:
array ( 0 => 'Printing', 1 => 'Color Copying', 2 => 'Other', )
Is there a way to present the selected options in a cleaner manner? Like this:
Printing
Color Copying
Other
Any help will be greatly appreciated.
I am utilizing a checkboxes group in my form with the following options:
Printing=Printing
Xerox Copying=Xerox Copying
Color Copying=Color Copying
Large Format Poster=Large Format Poster
Other=Other
However, the email that is being sent to the site admin is presenting the selected options as follows:
array ( 0 => 'Printing', 1 => 'Color Copying', 2 => 'Other', )
Is there a way to present the selected options in a cleaner manner? Like this:
Printing
Color Copying
Other
Any help will be greatly appreciated.