Hello,
I know the answer but I just wanted to confirm. I have using 2 conditional statement (dynamic content) based on the following:
Default condition (show default image)
1: If Girl is checked: Show girl image - Order 1
2: If Boy is checked: Show boy image - Order 2
3: ?
Question1: These choices (Girl or Boy) are check boxes so they can select one or both. If they have selected both check boxes (Girl and Boy), the system show girl image since its listed as Order 1?
Questions 2: I was trying to create 3 dynamic content option/condition (so if someone have selected both values), I could show a third image but I can't able to create dynamic content condition based on this. I could only able pick one condition when creating dynamic content condition. Is that true?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Sarim60660 ,
Solution for both questions are, you can make dynamic condition as follow,
If ( gender checkbox== Girl AND gender checkbox NOT EQUAL TO Boy)
{ DISPLAY CONTENT FOR GIRL}
else If ( gender checkbox== Boy AND gender checkbox NOT EQUAL TO Girl)
{ DISPLAY CONTENT FOR BOY}
else If ( gender checkbox== Boy AND gender checkbox == Girl)
{ DISPLAY 3rd CONTENT}
Else
{Default Content}
Regards,
ParthaSarathy S
Hi @Sarim60660 ,
Solution for both questions are, you can make dynamic condition as follow,
If ( gender checkbox== Girl AND gender checkbox NOT EQUAL TO Boy)
{ DISPLAY CONTENT FOR GIRL}
else If ( gender checkbox== Boy AND gender checkbox NOT EQUAL TO Girl)
{ DISPLAY CONTENT FOR BOY}
else If ( gender checkbox== Boy AND gender checkbox == Girl)
{ DISPLAY 3rd CONTENT}
Else
{Default Content}
Regards,
ParthaSarathy S
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes