Re: [SLUG] Create simple survey using HTML

From: Paul M Foster (paulf@quillandmouse.com)
Date: Wed Dec 17 2003 - 18:21:34 EST


On Wed, Dec 17, 2003 at 04:34:12PM -0500, Douglas Koobs wrote:

> We have a simple survey that we mail out to our 50 top clients. I've just
> been told that it needs to go online by Monday. Some questions will have
> radio buttons to choose a response, some will have a space for free text,
> and some will have both. For starters, I'd like to store the information
> in a flat file that we can import into a spreadsheet or database. The Web
> server is Apache, running on RH7.3.
>
> We don't have any Web developers (actually, we don't have any developers)
> but I know the very basics of HTML. Is this something that is doable in a
> weekend using just HTML? If so, I'll run to Borders and buy a book. Can
> anyone suggest a good one? If not, is there an inexpensive tool, that I
> can learn quickly, to accomplish this?

I assume what you want to store is the _responses_ from customers. If
so, you typically would use a cgi script like formmail to mail the
responses back to you. But doing this from a HTML email? I dunno. You
could do this with PHP, but sending something like that to a customer in
email wouldn't work. Maybe I don't understand what you're trying to do.

In any case, once put into a form that can be parsed, you need something
that will parse the results. That's called python or perl. ;-}

I don't know any other way to do it without just having someone look
over the results and key them into a database manually or something.
You're only looking at 50 responses, so maybe that's the best way?

Paul
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:45:01 EDT