Hi,
I'm trying to create a form, where the main text field flows onto the next page (which I have go it to do). I have created two master pages, the first page and the continuation page. I want the main text field to expand onto the continuation page, while preserving the footer of the main page and the header/footer of the continuation pages. On the continuation page I have a name field on the top of the page, I want this to be the value of the same text box from the main page, how do I achieve this.
I just want text to be written in the main area on the first page to continue into the main area of the second page. I want the second page to replicate as many times as it needs to fit the text in.
HELP! PLEASE!!
Gareth
The form is attached to this thread -> http://forums.adobe.com/thread/516502?tstart=0
Master pages are supposed to contain relatively static info that does not change page to page, header and footer text, graphics, etc. You don't put interactive form fields on a Master Page. Master pages also define a content area where the regular form stuff, graphics and interactive fields, are placed. You have to size this content area so that on a dynamic form, these regular form graphics and fields do not overwrite the static text on the master pages.
Thats the first bit. Next, in order for your form to automatically expand into as many pages as are needed, the top level subform has to be "Flowed". All the graphics and fields it contains have to be sized and arranged so that they flow in a way that looks good. Usually this means dividing your form into vertical sections and encapsulating each section in a subform. You'll need to place your main expandable text field into a subform, even though it's only one field, it needs to be in a subform so that the flow dynamics can be controlled.
Each expandable subform that can break across pages can also have a header and trailer subform that is repeated everytime a new page is created. This is the feature you need to use.
Please watch this video. It's about scripting, but it talks a great deal about how to structure fields and subforms on a dynamic form.
https://admin.adobe.acrobat.com/_a200985228/p87746471/
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script