Hyperlink

Article • 02.08.2022 • 2 minute(s) to read

Hyperlink displays clickable links to other Forms, Dashboards or web pages.

Control properties

  • Label text - Caption rendered above the Form Control thus identifying it to the Users.
  • Hyperlink text - The clickable text representing the Hyperlink to the Users.
  • Help text - Explanation of the Form Control shown below the Form Control.
  • Url - Target of the Hyperlink entered either directly or as a Form Control Expression
  • Open in - Specifies if the link is opened in the same (Current window), or in a new window or tab (New window).
  • Click required - If set the Yes, Users have to click the Hyperlink before the From can be completed. If set to No, clicking the Hyperlink is optional.
  • Condition type - Allows you to hide or disable the Form Control based on a Form Control Expression evaluating to true or false:
    • Display - Hides the Form Control when the Form Control Expression evaluates to false and shows it when the Form Control Expression evaluates to true. Be aware that the content of hidden Form Controls is stored by Save and Sign and Save Actions in the linked Attribute.
    • Disable - Makes the Form Control editable when the Form Control Expression evaluates to false and makes it read-only when the Form Control Expression evaluates to true. Be aware that the content of read-only Form Controls is not stored by Save and Sign and Save Actions in the linked Attribute.
    • Display condition or Disable condition - The Form Control Expression behind the condition
In this article