Text Area Element
The Text Area element provides a multi-line text field for collecting longer text responses from users.
Overview
Text Area is ideal for:
- Comments and feedback
- Descriptions
- Detailed responses
- Notes and messages
- Any multi-line text input
Adding a Text Area
- Open the Website Builder
- Find Text Area in the Elements panel
- Drag it onto your page
- Configure properties in the Floating Design Panel
Properties
General Tab
| Property | Description |
|---|---|
| Question Text | Label displayed above the input |
| Placeholder Text | Hint text shown inside the empty input |
| Default Value | Pre-filled value when the page loads |
| Rows | Number of visible text rows |
Color Tab
| Property | Description | Default |
|---|---|---|
| Panel Background | Container background | Transparent |
| Input Background | Text area background | White (#ffffff) |
| Input Border | Text area border | Transparent blue |
| Input Text Color | Typed text color | Dark gray (#2B2B2B) |
Dimensions Tab
| Property | Description | Default |
|---|---|---|
| Font Size | Text size | 18px |
| Font Family | Text font | Nunito-SemiBold |
| Padding | Inner spacing | 12-15px |
| Border Radius | Corner rounding | 5px |
Database Integration
Text Area can save data to the card database:
- Open the Connect Tab
- Enable database connection
- Choose the target field
Data is saved with debounced updates as users type.
Sizing
Control the visible size with the Rows property:
- Small (2-3 rows) - Brief comments
- Medium (4-6 rows) - Standard feedback
- Large (8+ rows) - Detailed descriptions
The text area expands as users type more content.
Use Cases
Feedback Form
Label: "Your Feedback"
Placeholder: "Tell us what you think..."
Rows: 5Description Field
Label: "Project Description"
Placeholder: "Describe your project in detail"
Rows: 6Notes Section
Label: "Additional Notes"
Placeholder: "Any other information..."
Rows: 4Comment Box
Label: "Comments"
Placeholder: "Leave a comment"
Rows: 3Text Area vs Text Input
| Feature | Text Input | Text Area |
|---|---|---|
| Lines | Single line | Multiple lines |
| Use case | Short entries | Long responses |
| Resizable | No | Yes (by user) |
| Best for | Names, usernames | Comments, descriptions |
Best Practices
Size appropriately - Set rows based on expected content length
Use clear placeholders - Guide users on what to write
Consider character limits - For very long content, inform users of limits
Provide context - Help users know how detailed to be
Label clearly - Make the purpose obvious
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Text Input - https://help.acenji.com/#/./create-web-application/elements/text-input/index Rich Editor - https://help.acenji.com/#/./create-web-application/elements/rich-editor/index