{{ getComponentDescription(component.type) }}
Basic information and identification for this field
Control how this field appears in your form
Settings specific to this type of field
Common patterns:
Components in this section: {{ (configModel.children || []).length }}
Drag form components into the section to group them here
No components in this section
Drag components from the sidebar into the section area
Configure the options users can choose from
Set rules to ensure users enter valid information
required
Field must be filled
email
Must be valid email
url
Must be valid URL
number
Must be numeric
length:5
Exactly 5 characters
length:3,20
Between 3-20 characters
min:3
Minimum 3 characters
max:50
Maximum 50 characters
between:1,100
Between 1 and 100
min_value:0
Minimum value 0
max_value:999
Maximum value 999
integer
Must be whole number
alpha
Only letters (A-Z, a-z)
alpha_numeric
Letters and numbers only
alpha_spaces
Letters and spaces only
required|email
Required email field
required|length:3,50
Required text, 3-50 characters
number|between:1,100
Number between 1-100
required|alpha_numeric|min:5
Required alphanumeric, min 5 chars
💡 Tips: Separate rules with | (pipe) • Order doesn't matter • Leave empty for no validation
Show, hide, or disable this field based on other field values
No conditions set. Add a condition to get started.
This JavaScript will be automatically executed to handle the conditional logic