Hi guys, i am new to asp so sorry if this is easy.
I have done an ASP survey based on an open-source survey by Guo Xu from planet source code. it is a multiple choice survey
You can see this here: http://www.beaniekids.com/test/bkqf/p2_questionnaire.asp
This survey uses an Access database which can be downloaded here: http://www.beaniekids.com/test/bkqf/survey.mdb
My Question is, How can i skip questions....
For example, Question 3 asks if a user is male or female.
If they answer MALE i want it to skip to Question 5 instead of going to Question 4. How can this be done. i have tried a number of times but cant seem to do it...
i have attached the text asp files for The questionnaire (which is one page that displays each question). i have also attached the proceed asp text file which are called after each question is answered, and tally.asp which is called at the very last question to write all responses to the database.
If you could show me what code to add to skip questions that would be great, and much appreciated. Thanks