skipping questions based on a previous answer | Community
Skip to main content
Question

skipping questions based on a previous answer

  • October 30, 2024
  • 1 reply
  • 5 views

I’m having so much trouble figuring out how to structure this. I’ll see if I can explain it properly.

Question 9 asks if my client is applying for a single or joint mortgage. If they choose joint, it takes them through the rest of the form no problem. 

If they choose single application it takes them to question 10 which asks their marital status (having no issues there)

This is where the issue comes in. Question 10, marital status has the choices;

Married

Single

Defacto

Widowed

Divorced

If they choose single, defacto, widowed or divorced they need to move to question 11 (what is their annual income) but then they need to SKIP all the following questions;

12, 14, 16, 18, 20, 22, 26, 27, 30, 31, 34, 35, 38, 39, 41 and 43

I just can’t seem to figure out how to structure it. I’ve attached a screenshot (not sure if that’s helpful) and hope someone knows an easy way to do this :)

 

1 reply

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5271 replies
  • October 31, 2024

@Mishelle - you would need to put in a logic rule on question 11, 13, 15, 17, etc (ones that are just before the pages to ski) something like this 

  • if q10  = single or if q10 = defacto or if q10 = widowed or if q10 = divorced then go to q13

then on q13, repeat the same logic but go to q15

for the if married, then on q11:

  • if q10 = married go to q12

 

that should help you do the trick

 

des


Reply