
When one of our clients asked that their site’s Contact form (which I was building via the most excellent Contact Form 7 WordPress plugin) have a Max Word limit on the Comments textarea field, the quickest way I knew to achieve this was to create a plugin to add a bit more functionality to how CF7 handles Textarea’s. Thanks to WordPress & Contact Form 7′s use of hooks and filters, the plugin simply adds an extra text field in the back end, allowing admins to specify a max word count on any Textarea, and then on the front end, adds some jQuery magic to limit that text field to the given number of words.
Like it? Download the plugin to use on your own site. And please add any questions/comments/suggestions/criticisms below, or to the official page on WordPress.org!






