I am working on forms where I have next button. When clicking on next button its taking me to next form where I have a back button.
The problem is that when I click on back button, the data I entered gets deleted and I have to fill it again. Is there any way that the data does not get erased when i click on back button?
Include the following transition in Form 2 step: When the back button is clicked on Form 2, it will navigate to Form 1, allowing you to view the data that was entered.