Create Hyperlinks

XML Forms Guide

Version
R2024.1.1
Create Hyperlinks

A hyperlink displays text that is linked to a URL.

Sample of a hyperlink on a form.

You can create a hyperlink using the <URL> tag.

Copy
<URL>
    <Style>IVHyperLink</Style>
    <Block>n</Block>
    <Row>n</Row>
    <Column>n</Column>
    <Caption>District of Columbia D-4</Caption>
    <Link>https://www.justice.gov/crt/page/file/1335666/download</Link>
</URL>