It does not work. I don't know why, but user_register function is called with or without other "validation".On Thu, 03 Jan 2008 17:17:51 +0100 Davide Michel 'ZioBudda' Morelli <michel@ziobudda.net> wrote: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 ?What about alter_form + a redirect to another piece of registration?
Why this ? If I use profile.module I use core Drupal with a form/admin page where I can insert new item without modify php code lines (if I use my module).But well no luck if you plan to still use profile.module and avoid to write your own module.
However this is my alter_form function:My main concern about approaching this problem this way would be to deal with core in a way that in the future may not be considered kosher or break up once you add other modules etc...
-- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ajaxblog.it MSN: michel@ziobuddalabs.it JABBER: michel@gmail.com