Object:
We have a three step form with an additional forth step if one of the questions was answered NO.
Overview:
It's a credit type application form, on the first step the customer is asked if they've lived at the same address for more than a year, if they answer YES nothing happens... if they answer NO we need to add an additional page of questions...
We tried:
Applying conditional logic to the forth step, show if answered NO to question XXX.
Problem:
- The status bar always shows the full amount of pages, regardless of conditional logic.
- The forth step and content is still being displayed regardless of the conational logic (applied to the page break).
We tried implementing this on both our convoluted form and a simple test bench; both times we received the same results.
Any assistance you can provide would be much appreciated!