Hai Friends

Can we add radio button in profile module if so,how?

How to create a password and confirm password fields in profile module?

Thanks
Basanth.

Comments

alim418’s picture

Basanth,

You could either use hook_user() with $op = 'form' add the field you want, and use $op==' validate' to do your extra validations