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
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