Hi all. I want to modify the user registration in 2+ steps or better: I want that the form that new user use for registration (/user/register) is splitted in 2+ page. This because via profile module I have added 15 new field.
I know that I can write a form splitted in 2 page (I read "Pro Drupal Development), but I don't want to create the register form from zero. I have tried to delete the $form['#submit'] value via hook_form() but with no results. Is there a way to do this without create a new module for user_register ?
Tnx.