Field to store email values
The field of type email
is used to store emails. It display a <input type="email">
in the UI.
Example
{
name: "contact",
type: "email",
}
Available options
This field only has the common options.
Field to store email values
The field of type email
is used to store emails. It display a <input type="email">
in the UI.
{
name: "contact",
type: "email",
}
This field only has the common options.