Textarea Field Type

Textarea Field Type

Textarea fields capture multi-line text content for descriptions, instructions, and other detailed information.

Configuration Options

PropertyDescription
LabelName shown to users (e.g., "Special Instructions")
PlaceholderHelper text shown when empty
Default ValuePre-filled text
RequiredWhether field must be filled
Help TextAdditional guidance below the field

Character Limits

  • Maximum: 5,000 characters
  • Minimum: 0 (empty if not required)
  • Counter: Shows remaining characters as you type

Input Features

  • Multi-line: Press Enter for new lines
  • Scrollable: Scroll bar appears for long content
  • Resizable: Drag corner to resize (in some browsers)
  • Plain text: No rich text formatting

Validation

Textarea fields validate:

  • Required fields: Cannot be empty
  • Length: Cannot exceed 5,000 characters
  • Format: No format validation (any characters allowed)

Best Practices

When to Use Textarea Fields

DataUse Textarea?
Special instructionsYes
DirectionsYes
NotesYes
DescriptionsYes
Names/codesNo (use Text field)
Phone numbersNo (use Phone field)

Label Naming

  • Be descriptive: "Special Instructions" not "Notes"
  • Indicate purpose: "Gate Code Info" not "Code"
  • Avoid generic terms: "Description" is often too vague

Placeholder Examples

LabelGood Placeholder
Special InstructionsEnter any special instructions for the notary
Gate CodeEnter gate code and parking directions
NotesAdd any additional notes here

Character Count Guidance

If you expect large amounts of text, mention the limit in help text:

  • "Maximum 5,000 characters"
  • "Keep under 5,000 characters"

Common Examples

LabelUse Case
Special InstructionsSpecific instructions for the notary
Gate CodeEntry codes, parking directions
Additional NotesExtra information not captured elsewhere
Property DescriptionDetails about the property
Contact NotesNotes about client preferences

Related Help