Skip to main content

Email Attribute

Docusaurus logo

How to use in JSON metadata in form builder:

{
"id": "email",
"is_standard": true,
"editable": true,
"display_order": 2,
"label": "Email field",
"show_label": true,
"data_type": "String",
"input_type": "EMAIL",
"keyboard_type": "email-address",
"placeholder_text": "Placeholder",
"max_length": 1024,
"min_length": 2,
"initial_value": "",
"validation_rules": {}
}

Properties of date attribute:

#AttributeDefaultDescription
1idemailBase attribute which specifies "text" input field.
2is_standardtrueNo need to change (by default: TRUE)
3editabletrueAllows user to edit the input field
4display_order1Allows user to define the order of the fields
5labelEmail fieldUsed to specify the label of the field
6show_labelStringWhen set to true it makes label Visible
7input_typeEMAILBase attribute which specifies input types no need to change
8keyboard_typeemail-addressIt is used to specify the type of keyboard
9placeholder_textPlaceholderPlaceholder temporarily takes the place of the final data
10max_length1024Defines the max input length
11min_length2Defines the min input length
12initial_value" "It defines the initial value in the input field