Hi folks,
I am new to drupal... I want one more field of RADIO BUTTON is add in registration form. So please tell me how can i do this ?..........

It mean : Two type Radio Button : 1 : Student 2. Staff both for based on registration also tell where can i modify the database... Like type(Student/staff) field In which table add this field

Comments

jferjan’s picture

enabe core "Profile" module under admin/build/modules and edit admin/user/profile/

jpearls’s picture

Dear Friends,
I already used that but radio button is not available in there . please help me how can i do this

WorldFallz’s picture

If what you want isn't available in the core profile module you can use the content_profile module (which turns profiles into full fledged nodes which can then use cck) or code the functionality yourself.

jpearls’s picture

I am new ti drupal... How to edit the code.....Where can i add the for radio button in registration form. please help me.. Drupal code is very hard to me.

prakash4php’s picture

have u got radio button.

I am also looking for radio button for gender 1. male 2.female

also to check the password and confirm password

do u have any idea?