Active
Project:
Addresses
Version:
6.x-1.x-dev
Component:
Code, CCK related
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 17:51 UTC
Updated:
8 Mar 2011 at 16:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
AlexisWilke commentedThe Addresses module generates ONE CCK field. A CCK field may be required or not required. However, there is no way to individually require a field in CCK. At least, that's the way it is programmed right now. I think that it could be tweaked so the Addresses module checks validity including required fields, but I'm not too sure if that's really possible.
Thank you.
Alexis
Comment #2
dkinzer commentedIn addresses_cck you can individually require some fields and not others. I do it all the time. Though there is a glitch which is when you do make an individual requirement, the field set up form requires you to add a default value. That's a bug and I'm about to create an issue for it.