I feel silly for not being able to get this to work :o(
I inserted this code at the top of the template. The values are now being shown correctly when I receive the message (it showed "Array" previously).
The problem is that after submitting the form I now get a whole bunch of error messages like:
- Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\inetpub\vhosts
- Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
- Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\inetpub\vhosts\
I have read other posts about fixing the issue of having check box groups create an "Array" error in the output email but I cannot figure out what code to insert where because it does not work for me...
Please help...


