hi
How to customize drupal registration form plss..tell

Comments

vm’s picture

customize in what way? if you mean add fields. you do so through the profile module and ensure to checkmark use on registration form.

administer -> profile

priyanka2008’s picture

thanks....i want to design the drupal registration form by my own..so how i neet to do this...?please help..

vm’s picture

if you mean style, read the theme developer guide in the documentation area, use google to pull up relevant information on themeing and learn by trial and error.

form fields are added in administer -> profiles as I've already mentioned.

ptam’s picture

I want to add popup form for radio button in user registration form .

NareshKumar-2’s picture

I have added some fields like First Name,City ..etc in my registration form.
I want to validate those fields
Help me