i have created two roles:

1)Doctor
2)Patient

->in this i want to get a registration form from new signup user(patient)
->in this i want to make a menuitem Registration which is directed to registration form
And i want another menu item View Profile in this i want only view and edit options after saving the registration form.
And main thing is that i want that if i click registration menuitem it should show only view profile after saving the registration form.

For the above what are the steps i have to do and what are the modules needed
Pls suggest

THX in advance

Comments

mradcliffe’s picture

  • User registration, built-in, usually has the path user/register for which you can create a specific menu item for at admin/build/menu.
  • There is a default profile like called "My Account" for logged in users. You can change the menu title if you wish or create a duplicate one with a path of user/% and disable the built-in one.

My only suggestion is you'll probably want to enable the built-in profile module if you want various profile fields, or think about advanced profile kit.

WorldFallz’s picture

I believe you can address having 2 different registration forms with the http://drupal.org/project/content_profile and the http://drupal.org/project/autoassignrole modules, though integrating them is still a little rough around the edges and may require some patches.

myextremity’s picture

i am thinking will the two modules that you have mentioned here suffice for the given requirement.
i am developing a solution for the teacher and student case.