Which online form builders offer conditional logic/branching?
- by Hari Sundararajan
I have a survey with the following form fields:
Country
Age
Male/Female
Undergraduate/Graduate
Question?
Yes
No
If No, what about this and that?
Yes
No
Google Forms and SurveyMonkey don't seem to allow things like the above. For question one I could ask, "What country are you from?" with a textbox as an answer section and work around it.
But how do I go about creating questions five and six? I am not able to figure out how to do it except for having one more question that says "If your answer to the previous question was No, then blah blah (else skip this question)".
Any suggestions, apart from creating my own custom website with JavaScript and a backend database?