I have created a field called "zip code" in a profile content type. It is an integer. I have set it to have a minimum of 1 and a maximum of 99999.

When entering a value under the profile, I can enter any integer I wish, such as 9999999.
example url: http://example.com/user/1/edit/studentprofile

When entering a value directly on the node, I am restricted based on the CCK definition.
example url: http://example.com/node/3/edit (this is a studentprofile node)

Comments

fago’s picture

hm, I can reproduce that :(

fago’s picture

Status: Active » Fixed

this should be fixed with the fix of this issue: http://drupal.org/node/332998#comment-1123924

So please test the next generated development snapshot and make sure to have your menu cache cleared when testing, e.g. hit submit at the admin modules page after updating the module.

nadavoid’s picture

Yes, this seems to be fixed now. I've had CCK validation take effect on my profile fields.

Status: Fixed » Closed (fixed)

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