How can I anchor my first textarea to the first page? It leaves a large blank spot. It tries to get all of the text onto a single page. If I add a little more text to the field, it will start on the first page.
The form you see upon clicking submit does not match what ends up in the repository.
'blank' first page:
Second page:
If more text is added it starts on first page:
Is this just CSS for position: absolute? I have confirmed that the first element on the page is set to absolute and the following are relative.
Thanks!