Skip to content

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

  1. Open the Website Builder
  2. Find Text Area in the Elements panel
  3. Drag it onto your page
  4. Configure properties in the Floating Design Panel

Properties

General Tab

PropertyDescription
Question TextLabel displayed above the input
Placeholder TextHint text shown inside the empty input
Default ValuePre-filled value when the page loads
RowsNumber of visible text rows

Color Tab

PropertyDescriptionDefault
Panel BackgroundContainer backgroundTransparent
Input BackgroundText area backgroundWhite (#ffffff)
Input BorderText area borderTransparent blue
Input Text ColorTyped text colorDark gray (#2B2B2B)

Dimensions Tab

PropertyDescriptionDefault
Font SizeText size18px
Font FamilyText fontNunito-SemiBold
PaddingInner spacing12-15px
Border RadiusCorner rounding5px

Database Integration

Text Area can save data to the card database:

  1. Open the Connect Tab
  2. Enable database connection
  3. 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: 5

Description Field

Label: "Project Description"
Placeholder: "Describe your project in detail"
Rows: 6

Notes Section

Label: "Additional Notes"
Placeholder: "Any other information..."
Rows: 4

Comment Box

Label: "Comments"
Placeholder: "Leave a comment"
Rows: 3

Text Area vs Text Input

FeatureText InputText Area
LinesSingle lineMultiple lines
Use caseShort entriesLong responses
ResizableNoYes (by user)
Best forNames, usernamesComments, descriptions

Best Practices

  1. Size appropriately - Set rows based on expected content length

  2. Use clear placeholders - Guide users on what to write

  3. Consider character limits - For very long content, inform users of limits

  4. Provide context - Help users know how detailed to be

  5. 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

Was this article helpful?

No-Code App Builder