Hi everyone,
I'm brand new to JQuery - thought it might be good to pick it up for a project I'm taking part on. Basically I want to create a form of sorts, and each time a question on the form is answered, a new question appears depending on the answer. I've got a bit of pseudo code written for it and could probably write it in PHP. The problem is the current version has multiple pages containing every single possibility.
I need an efficient and easily maintainable and modifiable way of creating this.
To give a bit more background, here's how it works..
Each question has a yes/no answer. Depending on the answer, another question is asked, and so on before reaching a certain conclusion. There are about 25 different possible outcomes.
Does anyone know of any references I could use to do something like this, or if there is currently anything out there similar?
Thanks, Sean