I've searched and gone down many seemingly confusing routes to find a method to do the following:
Add a CCK field (like freeform list) to my registration page so that a member can enter the names of their family members.
I know I can add a freeform list to the Drupal profile; however the items entered are stored as delimited elements in the profile_values table - not very accessible. My hunch is to replace the Drupal registration page with a CCK registration page and include the appropriate CCK fields. However, I can't seem to find a way to get started. (Of course, I want to retain the basic Username, E-Mail Address, Password stuff.)
I would appreciate being pointed in the right direction. Many thanks for your help!
Comments
Comment #1
zirvap commentedYour hunch is good: With http://drupal.org/project/nodeprofile or http://drupal.org/project/bio you can use a CCK node instead of or in addition to the usual profile.
I'm setting this as "fixed", please set it back to "active" if this doesn't solve your problem.
Comment #2
bsherwood commentedI am just changing this to "by design" because using "fixed" implies that profile fields can now use CCK fields when searching the issues queue.
Comment #3
LILRAYC commented