My app is a form, each page captures some important data. I want the user to be able to use the back button and have the functionality to edit some of previous inputs.
It is currently working with input fields, so when the user clicks the back button to return to the previous screen all the information is still in the input fields. However, I can't get this working for pages that have radio buttons.
Perhaps, there is a problem with how I am saving the radio button data into local storage variables, I have tried numerous combinations but nothing is working.
Component = injury
event = selected/input/value change etc? (I am not sure which one to select?)
action = set local storage variable
details = property name = selected
I hope my problem is clear!