I have a form with several sections, say (a) 'header', (b) 'instructions', (c) dynamic table. This works very well in general - as long as the total form fits on 2 pages.
However, if the number of rows in the dynamic table gets too large, and flows to page 3 (or more), then the 'instructions' section moves from being in it's normal order - and shows up inside the table at the top of page 3 (last page)! i.e., this section shows breaks the flow of the table, inserts a complete section, and then continues with the table!
Any ideas? I've tried manually hiding/showing things and other tricks to try to get it to work as it does with a smaller table.