Subdomain Options Object

The “Subdomain” parameter provides a convenient way for Vendor to ensure data quality.

Field
Type
Description

name

string

The label of the widget.

Example: Your domain

placeholderText

string

Provides default text within the control when no input is available.

Example: Enter your subdomain

domainSuffix

string

Provides a domain part of a subdomain address. Example: onmicrosoft.com

hintText

string

Provides help text describing what value is expected in control. Example: Specify your desired subdomain

Example

{
  "name": "Your domain",
  "placeholderText": "subdomain",
  "hintText": "Specify your desired subdomain",
  "domainSuffix": "onmicrosoft.com"
}

Last updated

Was this helpful?