Forms - Output format

I’ve built a form for registration for an event. It emails me:

First name: Tyrell
Last name: Doig
Gender:Male… and so on.

I need it to output:

Tyrell,Doig,Male… and so on

So I can input it into excel. Is this possible?

You would need to make a customisation of the php file that handles the posting of the form, you could try posting a request in the freelance section here at the forum, someone may be able to help who is familiar with php.