Show data on form which user submitted

I have multi step form and I want to show data which user has submitting if he click the back button or load the previous page. The form should show data user has just submitted on that form. Form’s fields should have the data that user entered data.
rather being blank so user enter data again.

When the user clicks on the back button next to the progress meter, the
previously entered information should show on the page.

Hi @Soha-Bilal

As of now we don’t have this feature readily available for the form, but you can try saving the form submitted data in the Browser session on form submit like:

and then in the previous form, then read the data from the Browser Session Form data values.

This will read the data from the stored session values and then display it prefilled it on the form.