I have been looking for this, and every time I try to tackle this on my own, it breaks down after 2 levels...
I would love any assistance in figuring out how to go about it.
In generic terms, I want to have some text content (a question) and a select or dropdown box with some options. When one of those options is selected, based on the option chosen, more text and the another select or dropdown box. Based on that choice, yet another...
Example:
This chooses the best pet for you. Do you want a male or female pet?
(select or dropdown box choices = Male, Female)
(user chooses female)
Female pets are chosen on hair color. What color is your hair?
(select or dropdown box choices = Red, Blonde, Brunette, White, Other)
(user chooses White)
White pets come in 4 sizes. Which size would you prefer?
(select or dropdown box choices = Tiny, Small, Medium, Large)
...and so on based on their choices...
... If they had chosen male for their first answer, then instead of the hair color question the following would appear:
Male pets are based on height. How tall are you?
(select or dropdown box choices = Under 4ft, 4ft-5ft, 5ft-6ft, Over 6ft)
(User chooses over 6ft)
Wow, you are tall. Because you are so tall a hamster would be perfect for you.
(no choices as this ends this path.)
So, I would hope all choices/text would remain hidden if not selected, and only the path that affects the user is shown. And if possible, I would hope they would be able to go back and correct their answers if they choose a wrong option. I would like to avoid pop-ups, buttons, comboboxes, or anything along that path. I am hoping for a white screen with text only (although radio buttons instead of a dropdown box would be fine (although not ideal).
Any help would be appreciated. If this is confusing or a better example is needed, please ask.