Hi, I am currently limited to two things on my server...HTML and JavaScript. I have a need to conduct online surveys, where I would like users to fill in a HTML form, click the submit button and receive the responses via e-mail (or other means if possible). I currently use the enctype "text/plain", which sends the responses in the form:
name=Joe
age=37
This is nice, but when I receive 200 responses (200 e-mails), I end up having to manually go through each of the 200 e-mails and typing the results (manually) into an Excel spreadsheet!! PLEASE TELL ME THERE IS AN EASIER WAY TO DO THIS. THANK YOU.
name=Joe
age=37
This is nice, but when I receive 200 responses (200 e-mails), I end up having to manually go through each of the 200 e-mails and typing the results (manually) into an Excel spreadsheet!! PLEASE TELL ME THERE IS AN EASIER WAY TO DO THIS. THANK YOU.