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
Franck Dauché - 07 Dec 2005 14:46 GMT
Hi,
Look at this: http://blogs.msdn.com/infopath/archive/2004/04/07/109189.aspx
Regards,
Franck Dauché
> 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.Y.M. Wong-A-Ton - 07 Dec 2005 15:16 GMT
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
> 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