Paragraph

Best for requesting long form text

The paragraph input allows users to enter and edit long form text. It displays five lines at a time with no character limit.

ConfigurationValue
RequiredToggle on/off if required
LabelEnter a label for your paragraph input
2188

Theme-able Classes

.themeable_input_generic_container {
  /* styling of the generic root containing the label and the input */
}

.themeable_input_paragraph_container {
  /* styling of the input paragraph specific root containing the label and the input */
}

.themeable_input_generic_label {
  /* styling of the generic label  */
}

.themeable_input_paragraph_label {
  /* styling of the input paragraph specific label*/
}

.themeable_input_generic {
  /* styling of the generic input (textbox) */
}

.themeable_input_paragraph {
  /* styling of the input paragraph specific input (textbox) */
}

.themeable_input_generic_error {
  /* styling of the generic error message */
}

.themeable_input_paragraph_error {
  /* styling of the input paragraph specific error message */
}