Sep 06 2021
07:26 AM
- last edited on
Aug 03 2023
06:52 PM
by
TechCommunityAP
Sep 06 2021
07:26 AM
- last edited on
Aug 03 2023
06:52 PM
by
TechCommunityAP
Hi all,
I'm trying to create a Forms form where a user can select multiple answers, based on which the form should branch afterwards.
Basically I want to be able to do the following:
Q: How many things you want to fill out?
A: [1, 2, 3, ..., 10]
With the answer determining the number of following sections afterwards, that would have five individual questions each.
So if the user selects the option "3", they would need to fill out three more sections, etc.
Is there a way I can do that in Forms?
Sep 06 2021 08:24 AM
Solution@MarianLeinNetlution the only way to do this in Forms is with a huge amount of duplication of sections & questions. So if the user selected 1 you would just have 1 follow-on section (called for example S1). Once they'd completed that it would branch to the end of the form.
But if they selected 2 you would need a copy of S1 called S2 which would then branch to S3 then to the end of the form.
If they selected 3 you would need a copy of S1 called S4, followed by copies of S2 and S3 called S5 and S6 and then branch to the end of the form.
Etc etc. Lots of work!!
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
Sep 06 2021 11:06 PM