DemandFlow Support Centre

Field Type: Text Area

ReferenceField Types ReferenceUpdated 29/04/2026
The Text Area field type provides a multi-line text entry field for capturing longer text such as descriptions, summaries, and detailed notes.

Overview

The Text Area field type (textarea) provides a multi-line text entry area for capturing longer text content. Unlike the single-line Text Input, Text Areas can accommodate paragraphs of text, making them ideal for descriptions, summaries, requirements, and other detailed text fields.

Screenshot of a text area field on a form

Properties

PropertyRequiredDescription
IDYesThe field identifier.
TypeYesMust be set to textarea
NameYesThe display label shown to the user.
WidthNoThe percentage width within the form section.
HeightNoThe height of the text area in pixels. Use this to control how many lines of text are visible at once.
RequiredNoWhen true, the record cannot be saved without providing a value.
Read OnlyNoWhen true, the field is display-only.
PlaceholderNoHint text displayed when the field is empty.
HelpNoTooltip text for the field label.
GridNoWhen true, appears as a column in list views (text will be truncated in the grid).
VisibilityNoA condition controlling when this field is visible.

Text Area vs. Text Input vs. Rich Text Editor

FeatureText InputText AreaRich Text Editor
LinesSingle lineMultiple linesMultiple lines with formatting
FormattingNonePlain text onlyBold, italic, lists, headings, links, etc.
Best forNames, codes, short valuesDescriptions, summaries, plain notesDetailed content, procedures, rich documentation

Use Cases

  • Descriptions — project descriptions, risk descriptions, requirement details
  • Summaries — executive summaries, meeting notes, status updates
  • Addresses — multi-line postal addresses
  • Instructions — plain text procedures or guidelines
  • Embed codes — pasting external embed codes or configuration snippets

Best Practices

  • Set the width to 100% for text areas, as they benefit from the full available width
  • Adjust the Height property to match expected content length — a short summary might need 80 pixels, while a detailed description might need 200 pixels
  • For content that needs formatting (bold, lists, links), use the Rich Text Editor instead
textareatext areamulti-linedescriptionfield type

Was this article helpful?

← Back to Knowledge Base