Exact positioning of text/field on bottom of Form?

Is there a way to position some text and fields onto the bottom of a Form? I can’t use a header because I need to include some fields.

Example:

I need to have a signature line and some Note’s fields at the bottom of the page. However, there is a table on the form that has dynamically created line items. So, the size of the table will vary, but I would like to have some text/fields in a static location.

Is this possible?

Subject: Exact positioning of text/field on bottom of Form?

Depends whether you’re talking web or client, but it’s got lots of solutions. If client, simplest is to make a layout region (fixed size) and put the table into it. You could also look at frames.

Subject: RE: Exact positioning of text/field on bottom of Form?

The form is for Client only. I thought you could not use tables in a layout region - Notes help says not to.

This is a form a numerous tables and fields. I will experiment with using frames though.

Thanks~

Subject: RE: Exact positioning of text/field on bottom of Form?

You are correct; you can’t put a table inside a layout region – but you can put a table inside a table, and the outside table could be a single-cell table with a minimum row height.

Subject: RE: Exact positioning of text/field on bottom of Form?

aah… A simple but effective sollution. I like it. Thanks!