Long Answer

A multi-line text area that expands as the respondent types. Use it for messages, descriptions, comments, feedback, or any response that needs more than one line.

Configuration

TabFieldDescription
DesignQuestion textThe question shown
DesignDescriptionHelp text
DesignPlaceholderHint text (e.g., "Tell us more...")
SettingsRequiredMust be filled
ValidationsMin lengthMinimum characters
ValidationsMax lengthMaximum characters

Differences from Short Answer

FeatureShort AnswerLong Answer
LinesSingle lineMulti-line, auto-expanding
Best forNames, titles, IDsMessages, feedback, descriptions
Character countTypically < 100Typically 100-5000
DisplayInput fieldTextarea

Common uses

  • Contact message
  • Feedback / comments
  • Bug report description
  • Application essay
  • Additional notes

Configuration tabs

Every field has 5 configuration tabs when clicked on the form canvas:

TabWhat you configure
DesignQuestion text, description, placeholder, help text
DataDefault value, variable name, prefill from URL parameters
SettingsRequired/optional, read-only, hidden
ValidationsFormat rules, min/max, custom error messages
ImageAttach an image alongside the question

Using in workflows

When this field is part of a form connected to a workflow via the Form Submission trigger, its value is available as a variable:

{{trigger.fieldName}}

Use it in any downstream node: send it in an email, store it in a database, pass it to an AI node for analysis, or use it in an If-Else condition for routing.