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.
Hi goodcopy ,
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Please see this FAQ for a little more info.
Bob
Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.
Please see this FAQ for a little more info.
Bob
This topic is locked and no more replies can be posted.