How to restrict wizard from one to another wizard?
In my case:
If next is clicked.
I want to save form in server side. If form data are invalid mean i need to stop the wizard from one to another.
[isValid] is only restrict before click next. But in my case its not useful.
How to restrict wizard from one to another wizard? In my case: If next is clicked. I want to save form in server side. If form data are invalid mean i need to stop the wizard from one to another. [isValid] is only restrict before click next. But in my case its not useful.