Sign In

Link

A clickable hyperlink field for directing users to external pages or resources.

The Link field renders a clickable hyperlink on the form canvas. Use it to point users to terms of service, external resources, related pages, or any URL that provides additional context within your form.

Configuration

PropertyTypeDefaultDescription
labelstring--Label text displayed above the link
widthLayoutWidth"full"Horizontal space the field occupies
textstring--The visible link text the user clicks
hrefstring--Destination URL
newTabboolean--Whether the link opens in a new browser tab
underlineboolean--Whether the link text is underlined
targetstring--Link target attribute (e.g. "_blank", "_self")

Example Usage

A link to terms of service that opens in a new tab:

{
  "type": "link",
  "text": "Read our Terms of Service",
  "href": "https://example.com/terms",
  "newTab": true,
  "underline": true
}

On this page

Link | Buildorado