I have a form with 6 questions on 'form' page. I add input values to userData object after switching questions. At the end of the form I send userData to firebase.
But when I switch pages, the userData object clears.
How to store userData between pages? I don't want to use localStorage because it is unsafe.