Hi =)
I'm having some trouble with a dynamic xml form I'm creating.
Inside a page I have a repeating table that allows the user to insert a new row (max 4 rows).
All I want is this page to adjust nicely to the size of the repeating table.
Since I've read that it is not possible to change master page size through javaScript, I've created a page set with different sized master pages that adjust to the different number of rows.
I tried to set some conditional breaks to change from master page to master page accordingly to the table size. The thing is, whenever the user adds a row, the two master pages will appear. The first one blank and the next one with the table.
I think I only need a way to make the previous master page disappear.
Can someone give me some advise?
I need help.
Thank you =)