I have created a dynamic flowable form (a daily report form for workers
to fill out), which could (depending on user entries) expand over
several pages. I have added a "Add new day" button at the bottom of the
form, which, as it says, adds another day to the form. However, I can
not get the new instance to to move to the next page, it is just created
immediately after the previous instance.I have tried all the suggestions
from other help threads, but I still can't make it work. Either the form
c...