Drupal Customizing User Registration Form

Posted by Asif Mulla on Stack Overflow See other posts from Stack Overflow or by Asif Mulla
Published on 2011-01-16T05:50:46Z Indexed on 2011/01/16 5:53 UTC
Read the original article Hit count: 323

Hi All,

I am newbie in Drupal 6. I am looking for customizing User registration form.

Apparently found that while adding user using Admin login allows registration form to have fields like email address, username, password,confirm password, etc with validations. But when anonymous use wants to register, then only fields like email address and username are displayed.

I tried with Profile module available. But now how could I add some fields (password, confirm password, terms & condition check and receive news letter check box)and behavior (password, confirm password validation etc.)?

If I am adding such fields they are also get visible in Admin>>Add user form resulting duplicate fields like Password,Confirm password.

Could you please suggest me how can I do this? I tried googling but confused me a lot as I am beginner to Drupal.

© Stack Overflow or respective owner

Related posts about drupal-6

Related posts about drupal-views