Lists are currently displayed as follows in the notification email:
Player Name Player Number Player Position Date of Birth (MM/DD/YYYY)
Brian Stanton 19 D 55/55/5555
Sean Jones 21 F 55/55/5555
However I want to echo the list in a csv format, for example:
"Player Name","Player Number","Player Position","Date of Birth (MM/DD/YYYY)"
"Mike Burke","11","F","11/11/1111"
"Brian Stanton","22","D","22/22/2222"
"Joe Bertaccini","33","G","33/33/3333"
I can do this for regular fields but I am not sure how I can do it for lists.
Thanks
Brian