Heine

  • home
  • drupal
  • about
Home

FAPI - How to decrease/increase the text limit of textfields?

Set the #maxlength property.

// Only allow 5 characters.
$form['example'] = array(
  '#type' => 'textfield',
  '#maxlength' => 5,
  // ...
);

The default value is 128.

Average: 1 (1 vote)
‹ Drupal Developer FAQ up Help! - Cannot access a global variable. ›
  • Printer-friendly version
  • Login to post comments

Recent posts

  • In doubt? Read the specs!
  • About the Webform SA
  • Psalmen voor Altblokfluit
  • Unserializing user-supplied data, a bad idea
  • Planet Drupal past and current
more

Security reviews

  • Afraid custom code makes your site vulnerable?
  • You don't really trust that module you just downloaded from Drupal.org?

Sleep better after a security review.

Tags

bladmuziek blood donation blood supply CSRF Drupal Input Format modx MSM Performance Planet Drupal Security Varnish
more tags
  • home
  • drupal
  • about

Copyright © 2011 by Heine Deelstra. All rights reserved.