Textarea

This field functions similarly to the text field, but allows users to write more text than can be displayed in a standard text field. The following options are available:

  • Label
    The name of the field, visible in the form.
  • Description
    An optional description to provide further explanation of the field.
  • Placeholder
    A sample value that appears in the field when the form is being filled out, guiding the user on what to enter.
  • Default value
    A predefined value that will automatically populate the field if left empty.
  • Min
    The minimum number of characters required for the field.
  • Max
    The maximum number of characters allowed in the field.
  • Number of rows
    Specifies the minimum number of rows that need to be filled in the field.
  • Required
    A checkbox that, when selected, makes the field mandatory for submission.
  • Tooltip
    Add additional information or help text to explain the field further.
  • Add condition
    Conditions can be set to either show or hide the field based on specific criteria.