Add this CSS to Custom CSS to change the height of the textarea:
.labeled-textarea-row textarea {
height: 65px;
}
You can change the value to any other value, regarding the cursor you cannot do that as this element is a textarea and the email and name are inputs and what you're trying to achieve is not possible.
See image
Hi Craig,
Add this CSS to Custom CSS to change the height of the textarea:
You can change the value to any other value, regarding the cursor you cannot do that as this element is a textarea and the email and name are inputs and what you're trying to achieve is not possible.
Best regards,
Laborator Team