I need to create a custom user registration form, using these types of fields: free text, radio button and drop down list.
It could be either part of the default user login form (un/pass) or a separate registration page.
How do I do this?

I'm running drupal 6.2.

Thank you!!!
IK

Comments

roopletheme’s picture

The core profile module will give you most of what you want.

1. Enable the core profile module from yoursite/admin/build/modules.
2. Point your browser to yoursite/admin/user/profile.
3. Add fields as desired. For each added field, check the 'Visible in user registration form" checkbox. Optionally, check "The user must enter a value" to require the user to enter a value.

The one shortcoming you'll discover is that there is no radio-button field available in the profile module.

irinak’s picture

Thank you so much :-)
Irina

solzoh’s picture

Any screenshots of core profile module?

Thanks

solzoh’s picture

I have to create a user registration form like the one on www.drupal.org
with similar forms such as
Account
Git access
Drupal
Personal information
Work

I know how to add custom fields to user page but in that case I will have a very long registration page and in order to avoid it I want to have my custom fields on separate forms/pages just like on www.drupal.org, How do I do this? I'm running drupal 7 and I have already tried profile and profile 2 module. Is there any simple solution ?

Thank you

meenakshi-2’s picture

I have enable Profile module and its showing below fields,

* single-line textfield
* multi-line textfield
* checkbox
* list selection
* freeform list
* URL
* date

But how can i add Radio button in user registration form? Is it that Profile module doesn't support Radio button? If not any other alternative?

zetagraph’s picture