Email

This field is used to input an email where the editor verifies if the email entered is a valid email address

{
"type": "email",
"id": "email",
"label": "Email",
"showInTable": true,
"isRequired": true,
"helpMessage": {
"placeholder": "Enter a valid Email"
}
}

The example above asks the user to enter a valid email address and verifies it.

Field Attributes

NameTypeDescription
idstringAssigns a name for the given field on the backend. This name can be used to refer this field in another field
labelstringAdds a label to the given field
isRequiredbooleanMakes a field mandatory
showInTablebooleanDisplays the field in a table after saving the entry