Avatar

Level 7

I wanted this as well and did some 'out of the box' thinking which works perfectly.

The basic thought is that I have a table you can see that you can add and remove rows but also have an invisible spacer table and then another table with the signature in it at the bottom.

You need to do some testing to find it's position, but basically when the form is loaded the visible table has one row and the spacer table has 10 rows (or whatever you need to make it push the signature table to the bottom where you want it.

When you click on the visible table button to add a row, at the same time it removes a row from the spacer table.

When you click on the visible table button to remove a row, at the same time it adds a row from the spacer table.

NOTE: Code order is important or it wont work. Add the row first and then remove the row.

I think this is quite nice way to achieve this.

Example: In my code template, i have made the invisible table not invisible so that i can see what it does. When i click the + button to add a row at the top, it removes from the invisible table and the footer stays where it is. You will just need to adjust row heights etc to make it fit how you like. I would attach it if i could.

1298432_pastedImage_1.png