Skip to main content
Version: 1.28 (Current)

Forms 2.0 - Textarea

caution

This page is preliminary and subject to change as Forms 2.0 continues to be developed.

Allows users to input large amounts of plain text.

forms-2-0-form-builder-build-textarea-render.png

Adding a Textarea

Drag the Textarea tile from the field palette onto the Canvas - see Build for more on adding and arranging fields in general.

Parameters

Only Textarea-specific parameters are listed below. See Common Field Settings for the settings shared with other field types.

FieldDescription
Initial ValueThe field loads initially having this value. Supports Tokens, so you can pull data from various sources such as a user profile.
RowsThe size of the text area, expressed as a number of text rows. Defaults to 10.
Root CSS ClassesOne or more CSS class names, separated by spaces, applied to the field's root element only. Supports Tokens.
Custom AttributesName/value pairs inserted as HTML attributes on the field's <textarea> tag, for use by JavaScript or CSS. Supports Tokens.

Common settings that apply to Textarea

A Textarea supports these Common Field Settings:

  • General (Label, Name, and Hint)
  • Active
  • Visibility settings
  • Enabled settings
  • Field Automations - Value and On Change (Textarea does not support On Click)
  • Field Validators

Tokens

A Textarea returns its current value as a token, referenced using the field's Name - for example, if the field's Name is Comments, use [Comments] elsewhere in the form or its actions to get the text the user entered.