I am using the Webform module in Drupal 5.1 and am trying to limit the number of characters users can enter in a text area box. I tried adjusting the width and height settings but that didn't do much. What I want to do is set a limit of say 1000 characters to prevent people from typing endlessly and filling up the database. Any ideas??? thanks!

Comments

Mayor McCheese’s picture

bump

christefano’s picture

Have you tried the Maxlength module?



Christefano  
Founder, CEO
Large Robot
954-247-4786
http://www.largerobot.com
joeeastham’s picture

The Maxlength module seems to work only for content types and cck fields, not webform components.

jumpfightgo@groups.drupal.org’s picture

In Drupal 6, not sure about 5, you can add a custom validation PHP snippet. Check out http://drupal.org/node/237281

Frederic wbase’s picture

Try this one, works like a charm http://drupal.org/project/webform_validation

http://www.wbase.be twitter: @wbase_be

derjochenmeyer’s picture

----------------------
okay.cool