Writing form data to csv file

jimmyray

Member
Joined
Dec 30, 2009
Messages
14
Programming Experience
Beginner
Hi,

I am new to using web forms. I created a web form that just captures FirstName, LastName, Address, City, State, Zip, Phone, and Email. I have a submit button. When they click submit I want to write that data to a .csv file. I need it to open the file each time someone clicks submit and append it to the file. Can someone please help with this??
 
Back
Top