Perch Form Template Tag perch:input type textarea
Using input type="textarea" creates a textarea field.
<perch:input type="textarea" id="message" required>
Additional attributes for perch:input when using textarea
| Attribute | Description |
|---|---|
| rows | The value to set for the HTML rows attribute. |
| cols | The value to set for the HTML cols attribute. |