Hyperlink within a form?

M

mrvette1

How can I hyperlink to a section within an infopath form? I have a rather
large form that users would like to have a table of contents included where
they can click on the link and it takes them to the area of the form
 
S

S.Y.M. Wong-A-Ton

Using named anchors in the view1.xsl worked for me. Note: You can extract the
files of an InfoPath form via File > Extract Form Files...

Place the following anchor in the TOC of your form:
<a href="#sectionA">Jump to section A</a>

and the following anchor just before the section to jump to:
<a name="sectionA"></a>

Hope this helps.

Regards,
S.Y.M. Wong-A-Ton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top