Tagged: 

Viewing 8 reply threads
  • Author
    Posts
    • #3144
      ehoanshelt
      Member

      Hey guys,

      Here is my piklist code:

      https://gist.github.com/ehoanshelt/9c44145cc9a9b8048347

      When I set the value in the first select box, the second box does not toggle.

      Note: I’ve tried setting the value for the condition to 81 (no quotes) but did not work.

    • #3146
      Steve
      Keymaster

      @ehoanshelt– Looks like a bug with conditions and mixed Scopes. We are looking into it.

    • #3148
      ehoanshelt
      Member

      Thanks Steve. Let me know if you need anything from me!

    • #3181
      ehoanshelt
      Member

      Hey Steve,

      Any update on this by any chance?

    • #3183
      Steve
      Keymaster

      @ehoanshelt– We’re working on a backlog here. Sorry for the delay. Do you have a deadline?

    • #3184
      ehoanshelt
      Member

      I’ll send a private message. thanks!

    • #3185
      ehoanshelt
      Member
      This reply has been marked as private.
    • #3186
      Steve
      Keymaster

      @ehoanshelt– Try defining the scope in the condition:

          ,'conditions' => array(
            array(
              'field' => 'type'
              ,'value' => '81'
              ,'scope' => 'taxonomy'  
            )
          )
      
    • #3187
      ehoanshelt
      Member

      This fixed it! Mark it resolved sir!

Viewing 8 reply threads
  • The topic ‘Conditional field logic not working’ is closed to new replies.