1. Home
  2. Docs
  3. Field Types
  4. Textarea

Textarea

A standard HTML input textare.

Configuration options

General
  • Field name: the name of the field. This is needed for creating the placeholders that will help display the submitted data in the Thank you message and in the body of the form notification emails.
  • Field caption/label: the caption of the field. This is usually displayed next to the input element to let users know what information is expected in the field.
  • Field description: you can use this to provide additional instructions for filling in the field.
  • Field placeholder: if the field is empty, this is the value that will be displayed.
  • Rows: the number of rows the field will be displayed on.
  • Transform to WYSIWYG?: enable an editor for the field input.
  • Required: choose if the field is mandatory for the submission to be made.
Advanced
  • Field id: the id of the form element. This is mainly used for internal purposes.
  • Default value: when the form is initially loaded, this is the value that will be displayed in the field.
  • Readonly: with this option enabled users will not be able to change the value of the field.

How can we help?