I have gone through the Readme.txt and done my best to make sense of it. I want to use this module in order to make users enter their library card number when registering on the site. I have added a CCK Validation field to the bio module. However, nothing appears.

I have tried adding validation modules to other content types. I am no longer a newbie, but I'm no coding genius, so I figure I must have missed something. I have used the validation code for the length of a textfield provided in the Readme.txt to fill the validation code area. I have "Process validation" set to field.

Thanks for your help
mrweaver

Comments

derhasi’s picture

There is no field visible at node edit or node view. CCK Validation Field is processed in background (like Computed Field) and only shows some error_message when validation fails.
The content to validate has to be in other fields or variables of the edited node. (for example a textfield, nodereference, title, body,...)

derhasi’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.