1
0
-1
1 answer
- 10-1
Has been solved. You must set blank with javascript all the responses between the previous question and the last question. It is not very clean solution and Joget should give you this option without writing any code.
Add your comment...
I use the Show & Hide feature of the form's Section element to make a survey. It works ok if the flow is one-way (from top to bottom). Βut if you have to go back to a previous question Joget can't handle it. The browser console gives error with "Maximum call stack size exceeded". I believe that Joget uses a recursive function every time that goes from one question to another. So a loop it appears when you drive it to a previous question between the previous question and last question.