Hi All,

I have a requirement of doing multistep registration in drupal7 and also during the user login they should be able to edit the details which is also multistep. Please anyone help me as i m new to drupal........

Comments

blueminds’s picture

Go for own registration page - see http://api.drupal.org/api/drupal/modules!system!system.api.php/function/hook_menu_alter/7 for overriding existing registration path.

See http://api.drupal.org/api/drupal/modules!user!user.module/function/user_... on how to save user object.

To do multistep form you use one of the following: http://drupal.org/project/mforms or http://drupal.org/project/ctools. I personally prefere mforms, but that is because its mine module and so it fits my needs the best. Others might go for ctools or hardcoding mulstistep forms as shown in the http://drupal.org/project/examples module.

Get prepared that this wont be a simple task as you are new to drupal.

navyasumesh’s picture

Thanks a lot ............Let me go through the links.......