Contact Form 7 Textarea


CF7 Textarea Columns And Rows

Add the Contact Form 7 textarea shortcode as shown below:

cols:30 → sets the width of the textarea to 30 character columns.

rows:10 → sets the height of the textarea to 10 lines.

Form HTML Output

Contact Form 7 Disable Textarea Resize

CF7 Textare Disable resize

1. Add a class to your textarea field:

In your CF7 form:

2. Add this CSS to your WordPress theme:

Go to Appearance → Customize → Additional CSS or add it to your theme’s CSS file:

Contact Form 7 Textarea Height

Add the following code to the selected theme style.css file.