• Resolved m2hewitt

    (@m2hewitt)


    Dear guys,

    i want to create a double conditional if.

    i mean

    if A is ok and B is ok then show X

    how can i make it? Regards

    • This topic was modified 6 years, 1 month ago by m2hewitt.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    it’s explained in the FAQ. let me know if it’s not clear

    Thread Starter m2hewitt

    (@m2hewitt)

    Hi Jules,

    Thank for your reply. Yes i find it but i cant keep clear in my mind. Let me explain you what i need to do:

    This is the radio check, we suppose that user select YES on A1.

    A1
    [radio A1 “Yes” “No”]
    A2
    [radio A2 “Yes” “No”]
    A3
    [radio A3 “Yes” “No”]
    A4
    [radio A4 “Yes” “No”]

    at here, no problem, nothing to do. here go to the second if

    [radio radio-826 “Yes” “No”]

    if A1 is YES and radio-826 is NO them show another group.

    How can i do it?

    • This reply was modified 6 years, 1 month ago by m2hewitt.
    Plugin Author Jules Colle

    (@jules-colle)

    The trick is to wrap X in a nested group like this:

    [group x-1][group x-2]
    X
    [/group][/group]

    Then use these conditions

    show x-1 if A1 equals "Yes"
    show x-2 if radio-826 equals "No"
    Thread Starter m2hewitt

    (@m2hewitt)

    Thanks for your reply.

    i think that i can resolve it now.

    Thanks

    • This reply was modified 6 years, 1 month ago by m2hewitt.
    Thread Starter m2hewitt

    (@m2hewitt)

    the issue is now resolved.

    Thanks for help!

    Plugin Author Jules Colle

    (@jules-colle)

    no problem! feel free to leave a small review.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Double condition’ is closed to new replies.