I was wondering if it is possible using out of the box (or maybe contour?) to create a Questionnaire/wizard easily.
What i need is a "configurator-tool". This would consist of 4 questions (radiobuttons) where the next question is dependend (depends on) the previous question.
At the end of the wizard I need to show a PDF download which matches the flow of questions.
If you want to do this without using Contour (I don't know if this is possible using Contour, since I have not had the time to give it a spin yet unfortunately) I guess it would make sense to make branches of questions, with the possible answers like
Then in your XSLT/Razor macro for rendering I guess you need to make 4 scenarios to deal with where to go next, which I suppose can be a bit of a cumbersome task.
Questionnaire/wizard form with flow? how to?
I was wondering if it is possible using out of the box (or maybe contour?) to create a Questionnaire/wizard easily.
What i need is a "configurator-tool". This would consist of 4 questions (radiobuttons) where the next question is dependend (depends on) the previous question.
At the end of the wizard I need to show a PDF download which matches the flow of questions.
anyone?
Hi Mike
If you want to do this without using Contour (I don't know if this is possible using Contour, since I have not had the time to give it a spin yet unfortunately) I guess it would make sense to make branches of questions, with the possible answers like
Question
- answer
- answer
- answer
- answer
Question
- answer
- answer
- answer
- answer
Question
- answer
- answer
- answer
- answer
Etc.
Then in your XSLT/Razor macro for rendering I guess you need to make 4 scenarios to deal with where to go next, which I suppose can be a bit of a cumbersome task.
Does this help?
/Jan
Thanks,
yes, I had thought of that but I was kinda hoping that there would be an easier way to do this.
Hi Mike, I have a similar requirement. May I know what did you end up with to solve the problem?
is working on a reply...