troch / angular-multi-step-form

An angular module for creating multi step forms / wizards
http://troch.github.io/angular-multi-step-form
ISC License
144 stars 44 forks source link

Is it possible to navigate to another step apart from Step1, when html Link is provided for multi-step-form? #68

Open rubavathy opened 7 years ago

rubavathy commented 7 years ago

Hi, In our application we have 3 steps:

  1. Choose the option to create Object.
  2. Select the Template for the Object from existing templates
  3. Create object based on selected Template.

Recording User activity when new object is created and dashboard will have link for the activity with url parameter containing "id" for the new object. When we follow the link, 2nd step should be the active one instead of 1st step with the loaded object based on "id".

Is there any way to achieve this? Thanks in advance. Regards Rupa

AnishLushte07 commented 7 years ago

Hi, You can achieve this by setting "initial-step" attribute to particular step number. reference