Please how do i reload a loaded url

I have two pages with forms. Once a user clicks continue in the first form I save the information in a Context observable variable. I was successfully able to retrieve the information and use for the next page. However when the user clicks back button or back arrow and update the initial form fields, changes made is not effected in the second page.

Please how do i achieve this? Thank you.

Hi,

we can’t help without seeing some code. Please make a complete, minimal reproduction to show what you’re trying to do. A single-UX-file app that can be copy-pasted and run will work fine for the purpose.