By mjndn on
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
User registration, built-in,
user/registerfor which you can create a specific menu item for atadmin/build/menu.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.
_
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.
will the two suffice
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.