Allows only a valid email address to be filled in
Specification
nested
Available types:
Type
Specification
array
Provides an array of nested parameters that are shown when the value of the parameter is set (value is not empty)
string
Provides the URL address of an RPC to load the list of nested parameters.
object
Provides a detailed specification of nested parameters.
{
"name": "myEmail",
"type": "email",
"label": "My Email",
"nested": "rpc://getNestedFields"
}
Example
Email input

Last updated