Hi,
I want give validation to cck fields...for ex I create text filed using cck but i want to give email validation...any explain how give validation in cck fields...

Regrds,
Muthu.

Comments

TapocoL’s picture

Make sure 'Add a validator link...' is enabled (admin/build/validation_api/settings)
Also, make sure your user can administer validators (admin/user/permissions)
Go to the page where the cck field is displayed, then click on the link directly below it (Add a validator to *)
Then just follow the two-step process to set-up the validation and field relationship.

This works for any field that is created with Drupal's FAPI (independent of module).