• Resolved rachellemcm

    (@rachellemcm)


    Hi there,
    I need some help with my conditional fields please.
    I have a form set up with multiple groups which is working well. However, I need one of the fields to change based on two conditions and it doesn’t seem to like it. It should be: If Tax Country does not equal Australia or New Zealand, show them the GST/Tax Types. I’ve tried commas, semi colons etc and it seems to only like one value in the condition field. Is there a way around this?
    Thanks,
    Rachelle

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    this is something that will be possible with conditional fields pro. for now you can mimic and conditions by nesting groups and creating 2 separate conditions. Please check out the FAQ where this is explained.

    Thread Starter rachellemcm

    (@rachellemcm)

    Hi Jules,
    Thanks so much for the quick reply. I did check out the FAQ but I’m after something a little different. Is this possible?

    [select a “1” “2” “3” “4”]
    [group x]TADA![/group]

    if [a] not-equals “1” then show [x]
    if [a] not-equals “2” then show [x]

    Thanks,
    Rachelle

    Plugin Author Jules Colle

    (@jules-colle)

    yes,
    just write

    [group x][group y]TADA![/group][/group]

    if [a] not-equals “1” then show [x]
    if [a] not-equals “2” then show [y]

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multiple values in conditional fields’ is closed to new replies.