Hello Experts,
I am trying to custom steps in the vendor registration wizard of the vendor portal, the standard wizard contains 9 steps with next and back buttons enabled and the finish button at the last step. Now when I added 2 new step in the wizard and placed between the standard steps the total steps are 11. Here the problem is the wizard displays "Finish" button at the 9th step itself which means its not considering the custom steps.
when I debugged i found that in the prompt method of wizard class it calls the form and counts number of tabpages in the tab control(tab.controlcount()), which gives 9 only omitting the custom tabpages.
Any guidance will be much appreciated.
Regards
Martin