Expand my Community achievements bar.

Button/hyperlink jumping to pages in same form

Avatar

Level 2

Hello,

I am in need of some help trying to make a button or hyperlink that would redirect the user to different pages on a single pdf form.

What I want to make is a table of contents that contain hyperlinks or buttons that say for example, "jump to form" which jumps to page 5 or "jump to definitions" which jumps to page 3.

3 Replies

Avatar

Former Community Member

There is no hyperlink per se but you can put a field  where you want to jump to. Make it (1 pixel by 1 pixel),

no borders, no caption and it is the same color as the background of the form. Then when you want to execute your link you can simply use the xfa.host.setFocus("fieldname") to jump to that location.

Paul

Avatar

Level 2

Can I send you a sample of my attempt?

When i made the hyperlink it would not show up or dissapear when i clicked preview pdf so I was unable to test it.