Branching based on multiple answers | Community
Skip to main content
Answered

Branching based on multiple answers


Hi everyone,

I've been stuck for a while trying to figure out a way to branch my form based on a multiple answers. 

Here is a Loom explaining the problem 

https://www.loom.com/share/edd2c001fdb14d72a1f27a620785c7e4

 

HELP!

Best answer by john.desborough

 @duque - welcome to the community from another user

There is a example i put together that does this similar type of project, based on getting feedback from a day of workshops: i asked the user to select the sessions they attended and then, based on their answers, displayed to them the questions associated only with their choices. Here is a link to that example. 

let me know if this is the type logic that you are seeking… there are a couple of other posts where i have shared the structure of this logic and i am just trying to find them at the moment in order to share

 

des

View original

3 replies

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5307 replies
  • Answer
  • June 26, 2021

 @duque - welcome to the community from another user

There is a example i put together that does this similar type of project, based on getting feedback from a day of workshops: i asked the user to select the sessions they attended and then, based on their answers, displayed to them the questions associated only with their choices. Here is a link to that example. 

let me know if this is the type logic that you are seeking… there are a couple of other posts where i have shared the structure of this logic and i am just trying to find them at the moment in order to share

 

des


  • Navigating the Land
  • 1 reply
  • October 13, 2021

I am having this exact problem … @john.desborough -- are you able to share how you set this up for your example linked?


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5307 replies
  • October 13, 2021

first - i set up the question groups based on the number of sessions:

 

here’s the basic logic… in a few screen shots:

 

set up a series of custom text variables for each of the ‘events’ i have on main screen. 

 

next the logic of where to start - i want to check if they choose the first ‘event’ in the list and go there first then check at the end of each question group

 

and that should give you ALL the logic in the form. 

 

des


Reply