Hello everybody!

I'm looking for a way to insert one new step at user registration. After user completed entering his registration data (username, email, password) normally the account will be created and inserted in database. I would like to insert one step between.

Let's say user has completed entering his data, pressed on Submit and will be redirected to ?q=/user/test where will be additional fields (defined by this module). After completion of the additional fields his account will be created and inserted in DB.

Can anyone help me with this part of code? Much appricated!
Thanks!

Comments

just_fixed_it’s picture

Drupal 6? Maybe content profile module + required fields at registration?

V I R U S’s picture

Nope, this solution don't fit my need. Version 7 currently, but it's important since there is api documentation and docs.

V I R U S’s picture

Anyone?

mattwmc’s picture

V I R U S’s picture

Is there a way to do it thru a hook?
An additional module i can write by myself. Just need to know how to overload this step.

V I R U S’s picture

Please, help me, Guru's =((