pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

radio button value change event store in local storage

I tried to store value of radio button change item in local storage but it retrieve me undefined value in another page

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

radio button value change event store in local storage

Hello! Please post screenshots which show how do you save ant retrieve data.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

radio button value change event store in local storage

Hi Pritu,

On the first page, you should use Selected instead of Visible.

Sorry, there is a bug. Instead of Set local storage variable action use Run JS with the following code:prelocalStorage.setItem("c", $(this).val());/pre

pritu patel
Posts: 0
Joined: Tue Jan 21, 2014 6:24 am

radio button value change event store in local storage

sorry for late reply......

Wowwwwwwwww !!!! Katya it's working.....
I remove localstorage event and set localStorage.setItem("c", $(this).val()); in javascript code ....and it's working perfectly.....

thnk u so muchhhh.........

Dan Hoeck
Posts: 0
Joined: Sat May 17, 2014 3:55 am

radio button value change event store in local storage

this was very helpful for me as well! Thank you!

Return to “Issues”