Trying to show specific textboxes, based on answers given on previous page.

Context
I have made a page where the user is asked 8 yes-or-no-questions (radio buttons), when all of the questions are answered, the user can submit the answers. When submitted, the answers given by the user are sent to a dataset, while the user is sent to a new page (this all works as intended).

Question
The part I am struggling at however, is the following:
On the page the user is sent to after he has submitted his answers, I want to show specific textboxes based on the answers given on the previous page. For example: if questions 1, 5 and 8 were ‘yes’, the user will be shown text 1,5, and 8 on this page, while text 2,3,4,6 and 7 stay hidden. Does anyone know how I am supposed to this?

Thanks in advance!

Hi Gersom,

There are multiple ways you can accomplish this and one way I can suggest is using Wix storage to store the questions that were answered with “yes”. After you store those questions with Wix Storage, you will be able to get the stored questions from local or session storage and set it to display on the page that displays them within a text element if you’d like.
Take a look at the wix-storage API and their examples here.

Hope this helps!
Edward | Corvid Team