I have an adobe acrobat PDF document that is about 13 pages long.
I want to be able to fill out one page with all the required information and have it auto-populate the rest of the fields in the 13 pages. Which are all pretty much the same; NAME, ADDRESS, PHONE NUMBER etc...
I am not that fimiliar with JavaScript so im seeking some help it should be a simple Var or Array, but i just dont know.
Acrobat's scripting subsystem is Javascript, but I don't recall how it's done. I avoid adding script hooks, personally. I just generate the PDF or FDF.
In my situation like i said i have 13 pages of forms for one thing, all of them have a space for a name address etc... so im trying to fill one form and have it populate all of them