I have a widget(JavaScript &Html) that displays multiple user names along with Radio button selection for each user in Edit page. After selecting the radio button for each user, the continue button click will direct to a Summary page where User name will be displayed along the value of radio button option selected in previous page. My code is fine and it works well but unusually in rare cases I'm getting the Summary page displaying a wrong value of radio button selected in previous page. This happens especially when I go back to the edit page from Summary page, change the previously selected value and return back to summary page. The Summary page should display the newly selected value but it's displaying the old value. This issue is not consistent it occurs only for some cases. It's a Javascript code. Has anyone faced this issue?