Posted by rudiedirkx on October 2, 2011 at 12:40am
Adds element validators to Drupal that that fit into Drupal's form API. Instead of writing the (almost) same _validate function over and over, you can use the element's #element_validate property when building a custom form. Drupal doesn't provide out-of-the-box functions to assign to that. (You'd still have to write the validation shell yourself.) This module does.
Implemented:
- Integer (with optional
#minand/or#max) - Number (with optional
#minand/or#max)
Downloads
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Fields
- Reported installs: 98 sites currently report using this module. View usage statistics.
- Downloads: 257
- Last modified: February 1, 2012