FR

Textarea

Used to create a multi-line, plain-text input field where users can enter free-form text. For quick reference, see technical parameters.

Best practices

  • Use in forms for open-ended questions such as when requesting feedback or comments.
  • Write clear and concise questions.
  • Focus on one idea per question.
  • Be neutral and unbiased.
  • Define the number of characters allowed in the response field.

Example

Parameters

html_id
HTML id of the element. Add only if needed to customize styling or needed by Javascript to perform a specific functionality.
label
Label of the field. The content enclosed within the shortcode tags populates this field.
maxlength
Defines the maximum number of characters allowed within the Textarea
name
HTML name of the field
placeholder
Placeholder content for the field
required
Set to “true” to make the field mandatory.
Change theme
Change theme