hook_submit() is gone in Drupal 6.
http://drupal.org/node/114774#hook_submit
I've been reading, searching, studing a lot about FAPI changes from 5 to 6
The #multistep is gone! That scared me :)
My form function module_fase1($form_state)
doesnt get $form_state populated after a submit!! The hook_submit does.
What am I missing? I need my data back on my form function to build next steps
Thanks in advance
Feijó