mgildea / Multi-Step-Form-Js

Multi Step Form with jQuery validation
MIT License
49 stars 25 forks source link

Possible enhancement request: Progress notification event #2

Closed lvmajor closed 7 years ago

lvmajor commented 7 years ago

Hey there, me again :)

I thought it could be nice to add an option that lets us use a progress bar along with the current icons. Then when passing to the next "page", we could simply modify the progress bar's value according to the current page we're in.

I will try to fiddle something up and maybe propose a PR if you think this could be a nice feature to have.

Another possibility could simply be to trigger an event in your js which contains the current "page" and the total page number so that anyone can use this event to modify the progress bar value as he wants....

mgildea commented 7 years ago

included in PR #3