Click to See Complete Forum and Search --> : Help with customizing a questionnaire form?


roml
06-01-2005, 11:51 AM
Hello All,

I found a great questionnaire, written with javascript, and located here:
http://www.mickweb.com/javascript/questionnaire/questionnaire.html

This is just what I need to create a longer questionnaire, that will send the user to one of 6+ different pages, based on their answers. I changed the function from "return" to "location.href", and that works great in sending the user to the next page, based on their score.

Example Below:
http://www.agencylovematch.com/questionnaire02.html

However, is it possible to do what I am doing in the above example, without having it enter their numerical score in the field named response, at the bottom of the screen? (The numerical value is of no use) It broke, of course, when I removed this field.

Thanks in advance,
roml

graatz
06-30-2005, 03:49 PM
Quick answer: change your "response" input to type="hidden" and your script will still function without showing the code you are using for internal reasons.

Personally, I'd attack the whole problem differently, but *meh* personal preference, I suppose :p