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!