Click to See Complete Forum and Search --> : Form responses


thin_air
08-16-2004, 05:20 PM
I am using an asp form to collect quite a lot of data, the problem is that as the responses build up they are hard to collate. Does anyone know of a simple method of organising the e-mailed replies in an ordered or more readable fashion?
:)

Exuro
08-17-2004, 02:27 AM
If you're really getting a lot of data from the form it would probably better to have the data placed in a server-side database. You could then create an administrative page that reads all the data from the database and displays it in a nice organized format. This wouldn't exactly be an easy task to pull off though...