Hello, I need your help.
Issue to be resolved:
I have several questionnaires in my application (each on a page that has its own) and I have grouped them on one page. I would like to know how to display the “X” questionnaire when the user presses the “X” button and display the “Y” questionnaire when the user presses the “Y” button
Example:
1 - when the user wants to CREATE something X, he clicks on the button “CREATE thing X”, he is then sent to the questionnaire page (where all the questionnaires are located) and only appears the questionnaire CREATE thing X.
2 - When the user wants to CHANGE X, he clicks on the “CHANGE X” button, it is then sent to the questionnaire page (where all the questionnaires are located) and only appears the questionnaire CHANGE X.