I am trying to modify the CreateUser wizard, for now it will have the same two steps as the default (initial and completed) but I want to add some extra fields to the first phase and based on that I would decide to create or not.
So I know I should click on the control and select a task to convert it to a template. With the Login control it was easy as there was only one template, or at least it was clear which one to use.
The CreateUser wizard however has a lot of templates and I don't know which one I should use to modify the first step (create):
- Convert to StartNavigation template
- Convert to StepNavigation template
- Convert to FinishNavigation template
- Convert to CustomNavigation template
- Customize CreateUserStep
- Customize CompleteStep
So, which one? I just need to add a few extra fields to the first step. At a later stage I may want to add an extra wizard step.

