By basanth on
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.
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
Basanth, You could either
Basanth,
You could either use hook_user() with $op = 'form' add the field you want, and use $op==' validate' to do your extra validations