Expand my Community achievements bar.

Button to click on to move to another section in same document?

Avatar

Level 2

Hi,

Is there a "button" that could be clicked by end user to go to another section within the same document?

For example, I have an evaluation form that an end user would rate how well a goal was completed on page 4.  The end user may need more room to add additional comments.  The additional comments section is on page 12.  Rather than scrolling down, is there a quicker way?

Kathleen

1 Reply

Avatar

Level 7

You can use the Page Navigation subform in your Custom library if you just want to go to the top of a particular page but if you'd like to be able to go to sections within pages you can set the focus to any field that accepts input, i.e. a text field or drop down list. On one particular form, I made each header a text field, typed in the heading as the default value and then set the field to protected. I was then able to simply set the focus to the header using the script:

xfa.host.setFocus("form1.subform1.header1");