is there a opportunity, to customize the register form easily, e.g. with a view?
in the standard register form, the fields are arranged in a simple stupid list(ing). especially, i want to print out the tab name, so the register form ist a little bit more "grouped". how can i do or configure this?
Thanks for your answer, but a step-by-step registration isn't really that what i want.
example: you've got the fields "firstname" and "lastname" for the user itself. the user should enter the "firstname" and "lastname" of its partner too. the second fields "firstname" and "lastname" i assigned to a tab called "partnerinfo". in the registration form you now get the stupid list:
firstname
lastname
email
firstname
lastname
email
i want to this:
user
- firstname
- lastname
- email
partnerinfo
- firstname
- lastname
- email