I have a form created using angular-formio package which is in wizard type mode with multiple pages. When forms loads, I am populating some data to it which all is working fine.
Now I need to set the page number so when wizard form loads, it is automatically displaying the current page as whatever I want to display, instead of always starting with first page of the wizard.
Any idea how can this be done?
I have a form created using angular-formio package which is in wizard type mode with multiple pages. When forms loads, I am populating some data to it which all is working fine.
Now I need to set the page number so when wizard form loads, it is automatically displaying the current page as whatever I want to display, instead of always starting with first page of the wizard.
Any idea how can this be done?