Hello,
I am currently developping a canvas app with a form (with many fields) linked to a sharepoint list. I would like for the user to only be shown certain fields based on the option he selects in a drop down (which is itself part of the form).
As an example if he selects drop down option 1 of the form. He will be displayed fields 3, 5 and 10 (instead of all the fields) and will only have to fill out thoese specific fields and then submit said form.
How should I proceed?
Thank you!