Hi all, not sure if this is the right place, but i'll give it a go
I need to create a short survey, 7 questions all likery scale (1-5) with some comments blocks. Making the form using HTML form controls i understand just fine...
here's where i am a bit lost. This survey will run on a closed network: there is no web server and no connection to the internet, they are just a group of networked computers.
I want to capture the user's answers and store it in a database that will be sitting on a network shared drive.
Any ideas on how to do this? I'm guessing I need to set the submit button to go to maybe another page with some scripting or programming to insert the data into the database, but i've only ever really used ASP and such which needs IIS and web servers to work....
Looking for suggestions or if anyone has done this before as well.
Any help is appreciated, Thanks!!