|
From what I can tell, the form is just submitting to your email. I would suggest you create a page that processes the form, formats the output, and then emails or stores in a db, etc.
If you do this, you could format the output as csv for use in excel.
|