Answer the question
In order to leave comments, you need to log in
Save form state?
There are tabs on the page, on each form tab, with many fields. How can I save the entered values on forms when switching between tabs?
Answer the question
In order to leave comments, you need to log in
You can store form data in localstorage.
localStorage.setItem(key, value); //записать значение поля сюда
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question