Help with creating multi step wizard
Hi, i'm creating a multi step wizard for the registration process.
First step is the user, second step is a company model in relation with the user model, and then there are other steps in relation with company model.
I did something, but when i try to get the user name with $get('name') i get null.
Thank you
2 Replies
You haven't supplied the key bit of code, which is likely:
$this->getNameFormComponent(),
Yes thank you