• Resolved wpress2010

    (@wpress2010)


    I have a Pod set up where the user enters data in various fields.

    One field is a dropdown where a user picks a name off a list of maybe 10 names.
    I want to link the dropdown choice to a list of phone numbers, so that when a user picks “John Smith” from the dropdown, another field in the Pod automatically shows John Smith’s phone number off of a list – kind of like a lookup table.

    Having trouble figuring out the logic of how to do this in a Pod field.

    Can someone point me in the right direction?

    TIA!

Viewing 1 replies (of 1 total)
  • Thread Starter wpress2010

    (@wpress2010)

    Figured it out.

    All I needed to do was address this in the Pods template with a short series of IF statements.

    Like this:

    [if agent=”John Smith”]
    <p class=”j_button”>Email John</p>
    <p>Call John: 555-555-5555</p>
    [/if]

Viewing 1 replies (of 1 total)
  • The topic ‘Relationship Fields: how to link to other fields’ is closed to new replies.