All pages
Powered by GitBook
1 of 1

Loading...

Email Options Object

The “Email” parameter type provides a form element that does email validation out-of-the-box following RFC 5322 guides.

Field
Type
Description

name

string

The label of the widget.

Example: Email

placeholderText

string

Provides default text within the control when no selection is not made.

Example: email@org.com

hintText

string

Provides help text describing what value is expected in control.

Example: Enter email address

defaultValue

none or currentlySignedInUser

(optional) Default value.

Example

{
  "name": "Email",
  "placeholderText": "email@org.com",
  "hintText": "Enter email address",
}