Hello, I am using Adobe LiveCycle Designer 8.0 to design a form to keep track of policy/procedure revisions for our financial institution.
I have the basic subform created, with he following fields: Date, Page Numbers, Who sent us feedback, and Comments (the actual field names are more compact). The Comments field expands to fit the text entered. I also added an "Add Revision" button and a "Delete Revision" button at the bottom of the subform.
I created a separate beginning subform for each section in our procedural manual, to better organize the revisions needed. I placed the beginning subform for each manual section at the top of page 1, 2, 3, and so on. As revisions are added, they will push the next section down a page.
I would like to create a cover page that acts like a content page, with buttons that will take the user to the first subform for the manual section they want, so the user doesn't have to scroll for days before they find the section they're looking for.
I hope that made sense, any help is appreciated. Thanks!
Formalc on a click event of the button
xfa.host.setFocus("Sec_1.TextField7")
TextField7 is contained in the section 1 subform.