Question: Problem creating conditional branching

Hi everyone so Iโ€™m in a situation that I cant seem to fix.

I need to check the answer from 4 differents questions and then according to what those answers were let the user continue with the form or end it automatically.

Right now I have half the work done. Things should be like this.

Question A: Age < 14. Ends the form.
Question B, C & ๐Ÿ˜ง Doesnโ€™t Pick โ€œVichyโ€ or โ€œLa Roche-Posayโ€. Ends the form.

So, I have to go to every Page header and set the opposite. Show if -> Age > 14 and B,C,D IN (โ€œVichyโ€ or โ€œLa Roche-Posayโ€).

Itโ€™s enough that from Question B, C & D AT LEAST once option coincides to let the user continue.

But itโ€™s MANDATORY that A (Age) is greater than 14. And thatโ€™s where I failโ€ฆ Iโ€™m not being able to combine the expressions in a way the allows me to have a mandatory statement and the rest being partial matches.

Right now my code is, Iโ€™d need to add the value of age somewhere:

OR(IN(โ€œVichyโ€,[ยฟQuรฉ marcas de productos para el cuidado del rostro utilizaste en los รบltimos 3 meses? Marcรก en el siguiente listado todas las marcas que hayas utilizado.])
,IN(โ€œLa Roche-Posayโ€,[ยฟQuรฉ marcas de productos para el cuidado del rostro utilizaste en los รบltimos 3 meses? Marcรก en el siguiente listado todas las marcas que hayas utilizado.])
,IN(โ€œVichyโ€,[ยฟQuรฉ marcas de productos para el cuidado del rostro utilizaste en los รบltimos 3 meses? Marcรก en el siguiente listado todas las marcas que hayas utilizado._23])
,IN(โ€œLa Roche-Posayโ€,[ยฟQuรฉ marcas de productos para el cuidado del rostro utilizaste en los รบltimos 3 meses? Marcรก en el siguiente listado todas las marcas que hayas utilizado._23])
,IN(โ€œVichyโ€,[ยฟQuรฉ marcas de productos para el cuidado del rostro utilizaste en los รบltimos 3 meses? Marcรก en el siguiente listado todas las marcas que hayas utilizado._25])
,IN(โ€œLa Roche-Posayโ€,[ยฟQuรฉ marcas de productos para el cuidado del rostro utilizaste en los รบltimos 3 meses? Marcรก en el siguiente listado todas las marcas que hayas utilizado._25]))

Any help would be appreciated.

Thanks

0 1 250
1 REPLY 1

Fixed.

Thanks

Top Labels in this Space