Closed (fixed)
Project:
CCK Validation
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2008 at 18:23 UTC
Updated:
15 Aug 2008 at 11:15 UTC
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
Comment #1
derhasi commentedThere 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,...)
Comment #2
derhasi commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.