Hello All,

I searched the forums before posting this question so I am hoping that this isn't a duplicate. I am thinking there has to be something out there that does this, but maybe I am using the incorrect terminology when searching.

Anyhow, here is the issue.

On my site, I am going to have users be able to register so that they can comment on posts. However, with the standard registeration form there are only two fields (user name, and e-mail). Is there a module or method to require that more fields are populated (ex: Age, Country you live in, etc)? I know that CCK allows me to add more more content fields, but would this work for the registeration page?

I appreciate any help you can provide.

Thanks,

Luke

Comments

VM’s picture

enable the profile.module in administer -> modules
with the profile.module enabled you now have a menu item at adminsiter -> profiles

create new profile fields and set the setting to show on registration form.

xaryss’s picture

Wow, that was a little too easy. Thank you for the quick response.