I am trying to figure out how to add more user fields to a user profile. I am trying to collect demographic information. So when a user signs up, I want them to fill out more information.

Is there something like this already? I have been looking for modules, but I am not an adept programmer so the language in the descriptions are over my head.

Does anyone know how to do this or have experience with it?

Thanks,
Ryan

Comments

nevets’s picture

Core comes with the profile module. The Content Profile module allows you to use content types for the profile which means you can use the Content Construction Kit (CCK).

ryanmnly’s picture

do you know another way to do it in drupal 5? im not keen on upgrading to 6 quite yet.

WorldFallz’s picture

In d5 you can look at the bio or nodeprofile modules-- just make sure to pick one that offers an upgrade path for content_profile in d6.