• Resolved MrMattEastwood

    (@mrmatteastwood)


    Hello, Pods team,

    I made a Relationship field where users can select from a bunch of options using checkboxes:

    https://paste.pics/RAT01

    How can I make another field appear based on whether a certain checkbox is checked? I tried these in “Conditional Logic” to no avail:

    • Field “Buttons” > id (id/value) > “Speiseplan”
    • Field “Buttons” > id (id/value) > Speiseplan
    • Field “Buttons” > id (id/value) > 2

    On the Pods doc “Conditional Logic for fields“, it says: “For simple objects like custom defined lists or predefined lists, the value will be what you want to reference.” I thought the value was “Speiseplan”, but it looks like I’m missing a piece of the puzzle.

    Any help would be greatly appreciated. Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Paul Clark

    (@pdclark)

    In testing on the latest version 3.2.2, it appears the conditional display logic allows is, but not includes or contains for logical operations.

    As you mentioned checkboxes, this would be relevant because is would not match for a checked checkbox when the data type allows multiple selections.

    So, for conditional logic a this time, the relationship field either needs to be Single Select, or custom JavaScript would be necessary to show and hide, such as with https://docs.pods.io/code/dfv-js-api/

    Thread Starter MrMattEastwood

    (@mrmatteastwood)

    That makes sense. I had a suspicion it might be this way. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.