I have created a basic web form (with text boxes, option buttons etc) and need to send this information to a csv on the server.

eg i have a text box on the web page called

txtname, txttitle, txtphone

and need them to appear in the csv as:

francis, mr, 55517272

any thoughts?

thanks

Francis