mwasiluk / angular-surveys

Angular survey / form builder inspired by Google Forms
http://mwasiluk.github.io/angular-surveys
Apache License 2.0
240 stars 135 forks source link

Go to page based on answer not working #41

Open sunil233 opened 7 years ago

sunil233 commented 7 years ago

Go to page based on answer not working ..its working for continue for next page only. Few observations on the survey 1) if i edit the default survey the Go to page based on answer is working for the existing pages 2) If the create a new page to the existing survey it is not navigating to the newly created page 3)If i reset the survey and add the new survey with new pages , Go to page based on answer is not at all working Is it an known issue? I tested in the below url for bootstrap version http://wasiluk.io/angular-surveys/

mindscratch commented 7 years ago

Is it possible to control whether a user can go to next page (or specific page)? For example, say I have two pages. On the first page, if the user answers "no" to a question, I'd like the survey to end. If they were to answer "yes", then they should be able to go to the next page.

[update 7/14/17] Nevermind, I see if a "radio" question is used, you can control if it goes to the next page or not.