Hei guys here my question
I m creating a survey that is made of 3 questions each for 5 consequences pages. Each question in each page has a specific custom state that is filled once the user is answering to the question.
I want to bring the custom states of each page until the 5th page where finally these temporary information will be written in the DB.
How would it be possible?
Here the example:
Page 1: when the questions are anwered I ll have:
- Answer 1: Custom State 1
- Answer 2: Custom State 2
- Answer 3: Custom State 3
It will be the same for the next 4 pages. At the end of the 5th page I want user to press a button and this button will finally write in the DB all the answers he/she made.