Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
16.05 KB
MD5: d9dcde9f3107e814c61db551864e5dcf
SHA-1: 1ce9851d4211b8f3410dd17b189c00302f166d2c
SHA-256: 35c29334df05383dfba9397aa75edfc0882037f7caa720663b2e374bfe106233
Download zip
17.99 KB
MD5: 442dbc01937715b10f1aa70797de8fb1
SHA-1: 5aa0401d6f34fb3d2375f3d01973cc4540350080
SHA-256: d8ce1717ccb4dec1b043afe1e11c2ebb0945c3d7b54c687d84aeee8a99fdfec0
Release notes
Add new validators:
•Specific value(s)
•Require at least one of several fields
•Equal values on multiple fields
•Unique values on multiple fields
•Custom PHP function
Add a link for validation on field overview form
Support column defined in the hook_field_schema() of the field.That means you could add validation rules to taxonomy term and many other custom fields. Very powerfull. just try it.