Forked from
project / field_validation
1 commit ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 2.00 KiB
CONTENTS OF THE FILE
- Introduction
- Requirements
- Recommended modules
- Installation
- Configuration
- Developer notes
- Maintainers
INTRODUCTION
The Field validation module allows you to specify validation rules for field instances. This module adds an extra tab to each field instance, allowing you to specify validation rules for your field instances.
-
For a full description of the module, visit the project page: https://drupal.org/project/field_validation
-
To submit bug reports and feature suggestions, or to track changes: https://drupal.org/project/issues/field_validation
REQUIREMENTS
This module doesn't have any requirements.
RECOMMENDED MODULES
- Clientside validation (http://drupal.org/project/clientside_validation) This module adds clientside validation (aka "Ajax form validation") for all forms and webforms using jquery.validate.
INSTALLATION
- Install as you would normally install a contributed Drupal module. Visit: https://www.drupal.org/node/1897420 for further information.
CONFIGURATION
Go to Home >> Administration >> Structure >> Field Validation. Click on "Add field validation rule set" button. Select the entity type and bundle of the field which you want to apply the validation.