I'm building a multistep form with some conditional blocks in the middle because there are some questions that are shown or not depending on some previous answers.
So I'm using Form Page Breaks to do this but the breaks inside the conditional blocks are not taken into account for the main level.
Basically, in this part of the form I have:
Question 1
-- Conditionl Block with questions
Question 2
If I add breaks before and after the conditional block, like this:
Question 1
-- Form Page Break
-- Conditionl Block with questions
-- Form Page Break
Question 2
and the conditional block is not shown due to the conditions, it shows 2 breaks before Question 2. Only if the conditional block is shown everything goes normal.
If I only put a break before the conditional block and another in the end of it but inside, after the last question, like this:
Question 1
Form Page Break
-- Conditionl Block with questions
-- Form Page Break
Question 2
and the condition block is shown, Question 2 shows at the same time. As if the Form Page Break is on a second level and will not be used for the main level of questions.
Despite the location of the Form Page Break, it should always be taken into account for the structure and layout of the form, otherwise, in conditions like these, it's very difficult to show what is needed.
Please consider implementing this, I think it's an important feature for advanced form layout.
Hi!
I'm building a multistep form with some conditional blocks in the middle because there are some questions that are shown or not depending on some previous answers.
So I'm using Form Page Breaks to do this but the breaks inside the conditional blocks are not taken into account for the main level. Basically, in this part of the form I have:
If I add breaks before and after the conditional block, like this:
If I only put a break before the conditional block and another in the end of it but inside, after the last question, like this:
Despite the location of the Form Page Break, it should always be taken into account for the structure and layout of the form, otherwise, in conditions like these, it's very difficult to show what is needed.
Please consider implementing this, I think it's an important feature for advanced form layout.