Multi Line
Multi Line fields store long-form text values like descriptions, notes, comments, and rich content.
View all settings
| Setting | Description |
|---|---|
| Field Name | Text input, required. Unique identifier for the field. |
| Input Type | Dropdown, required. Choose Rich Text or Text Area. |
| Default Value | Text input. Pre-filled value for new records. |
| Display Label | Text input. Human-readable label shown in forms. |
| Sort Order | Number input, defaults to 0. Position in field lists. |
| Icon | Icon picker. Visual identifier. |
| Status | Toggle, defaults to true. Enable or disable the field. |
| Required | Checkbox. Make the field mandatory. |
| Description | Text area. Documents the field's purpose. |
| Form Visibility | Dropdown. Show in Add, Edit, or Both forms. |
| DB Field Name | Text input. Custom database column name. |
| Faker Type | Dropdown. Generate test data. |
| Use as Index | Checkbox. Create database index for performance. |
| Populate from Logged-In User | Checkbox. Auto-fill from user session. |
| Min Length | Number input. Minimum characters required. |
| Max Length | Number input. Maximum characters allowed. |
Input Types
- Rich Text — Formatted content with bold, italic, lists, links, and styling. Ideal for content that needs visual formatting
- Text Area — Plain multi-line text without formatting. Best for code snippets, notes, or structured data
When to Use
Choose Multi Line over Single Line when:
- Content may span multiple lines or paragraphs
- You need rich text formatting (Rich Text)
- Storing descriptions, comments, or notes
Settings
See Common Settings for shared options.
Not available: Primary Key, Unique, Regex
Validation (Advanced Settings)
| Setting | Description |
|---|---|
| Min Length | Minimum number of characters required. |
| Max Length | Maximum number of characters allowed. |
Use Cases
- Product descriptions and blog content (Rich Text)
- User comments and reviews
- Internal notes and documentation
- Code snippets and technical content (Text Area)
Related
- Common Settings — Shared settings reference
- Single Line — For shorter text content