Hello,
I have a text field that I placed in a header on my master page. When I preview the PDF I am able to edit the title on my page which is what I desired. However, it doesn't clone onto the other pages of the document.
I wanted to be able to tab out of the field and then have all the headings across all pages update to that same title.
This is a form that has expanding tables that flow onto additional pages so the page numbers will vary. I want each page to have the same title when a user specifies the title.
Do I have to add javascript to make this do what i want? Like a validation script upon tabbing out of the field?
How would it need to be written as my knowledge with javascript is at a level that leaves me helpless.
-Z