Multi-Step-Form-Js icon indicating copy to clipboard operation
Multi-Step-Form-Js copied to clipboard

Making an ajax request on next

Open debuGhy opened this issue 5 years ago • 1 comments

I want to know how to save the data of every step individually. I want to save every step's form data separately for which I want to make an ajax request.

debuGhy avatar Mar 21 '20 07:03 debuGhy

Checking the active index I managed calling the api by using this--

$(document).on("msf:viewChanged", function(event, data){
        API call
});

Suppose If API has some error how to stop the current step to go next? Can you help?

debuGhy avatar Mar 23 '20 18:03 debuGhy