On this Page

    Hyperlinks

    Merge output to PDF or HTML allow the creation of text hyperlinks when the page is displayed.

    Any text Label object that has text that starts with www. or http::/ or https::/ or or mailto: is automatically converted to a link in the resulting document.

    You can also explicitly add a hyperlink address to any Field on the form. Use the script property _hyperlink to attach a hyperlink to a field. For example:

    Field1._hyperlink ="https://eclipsecorp.us/";

    This would result in a link to https://eclipsecorp.us/ whenever Field1's contents are clicked on.

    You can select part of the text in a text label and use the Format > Hyperlink... menu item to supply the URL to which that text portion hyperlinks.