Hi, I want to find a CMS that will allow me to specify all sorts of questions when people register (and also require the upload of a photo).

Is Drupal capable of this? If not, do you know of a free software CMS that is?

Comments

harry slaughter@drupal.org’s picture

for extending user profile fields, enable the profile module (comes with drupal core).

Shevek-1’s picture

One more thing, will it allow me to set user privileges based on how people fill out the form?

Actually two more things. Can new fields have an option that allows the registrant to choose whether or not that info can be published publicly on the site?

vincent’s picture

You can do so using the PROFILE module included in 4.7
Profile module does not allow for image field but this is included in the normal user profile anyway. Look at the preferences section for Users

Shevek-1’s picture

Great, thanks guys.