I have a situation where we have a PDF form with multiple rows, (rows
can be added as per the user's requirement), means user can click AddRow
button and pdf will generate a new row to fill the data. There is no max
limit of the rows, it vary and can be anywhere from row 1..10, 1..100,
or 1..50 and so on..... The first pice of the form is to create
table/row with Add Row button has been completed. I have already added
the AddRow button functionality into the form, but we also need to point
the r...