how to show result from previous selected choice in the next page?
I have created 3 radio buttons, and set their local storage variable when SELECTED to this:
Variable name / Value (for each)
q1 / name1
q1/ name2
q1/ name3When press next after selected a choice, it will redirect to another page to show a result from previous selected radio button. And at this moment, I can't show a thing. What should I do? Am I missing something?
ps. sorry I'm so noob