I have added several parts to a form that a user can click to add a new
item. The parts are tables that have rows that repeat that are added by
clicking a button. This addition of rows works fine. However I am having
two issues that I need some assistance with....1. I have added a table
nested within a table. Rows added as a user clicks to add a row. This
works fine up to eight rows. Rows beyond eight do not flow to the next
page. They seem to be added at the bottom of the second page of added
r...