The textarea field is used to create a multi-line text input field.
'message' => [ 'type' => 'textarea', 'label' => 'Message', 'placeholder' => 'Enter your message here', 'rows' => 5,]