Click to See Complete Forum and Search --> : help saving form information
Basically I have made a html questionnaire and obviously want the responses. It's all done on a local network so I just want the files to be saved so I can collate the responses.
At the moment if I save a form none of the information is kept.
I'm not able to use cgi.
Any suggestion to help me do this would be much appreciated.
Pyrohavoc
02-28-2003, 10:17 AM
maybe using something similar to the way a cheap guestbook works....like you fill out the questiionaire and then it posts it to a page where everyone's replies are kept......i believe that is doable without cgi......you could find a script for a cheap guestbook like that and then edit it to fit your needs......something as simple as that would probably be free
lemme know what you come up with
Pyrohavoc
02-28-2003, 10:32 AM
maybe using something similar to the way a cheap guestbook works....like you fill out the questiionaire and then it posts it to a page where everyone's replies are kept......i believe that is doable without cgi......you could find a script for a cheap guestbook like that and then edit it to fit your needs......something as simple as that would probably be free
lemme know what you come up with
Double posted: http://forums.webdeveloper.com/showthread.php?s=&threadid=5070
many thanks, It seems it's not possible with html or java. I think I might host the files elsewhere and use cgi.
thx again
PeOfEo
02-28-2003, 02:12 PM
Why do you have to use cgi? Why cant you just use another server side language? Who is your host?