How to set cols attribute in Contact Form 7 textarea
Today, We are going to know how we will change the textarea size in Contact Form 7
First of All we are creating a textarea.
Now we are going to check on Frontend
Replace this code
[php]
[textarea your-message 100×10 "Your message here …"]
[/php]
Now you can see on Frontend, textarea size has been increased.