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.
Configuration  | Value  | 
|---|---|
Required  | Toggle on/off if required  | 
Label  | Enter a label for your paragraph input  | 
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 */
}Updated about 2 months ago
