Category: CF7


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 Read more…


The contact form 7 phone number validation by shortcode or custom php scripts. Allowed tel shortcode options are minlength, maxlength, size, etc. CF7 Phone Number Validation By Shortcode Options Validate the number of digits by minlength and maxlength option Example:- Read more…


Contact Form 7 Not Sending Emails (Stopped Working) Contact Form 7 not sending emails is a common problem. Some of the shared host providers will block the PHP mail (wp_mail) function. The CF7 is using wp_mail() function to send emails. Read more…