• Resolved erik2

    (@erik2)


    I’m using a relationship field-type to connect two pods (advanced content types).

    Is there a way to display multiple (concatenated) fields in:
    “Display Field in Selection List”?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @erik2

    No sorry, you can only set a single field for this purpose.
    You can of course use filters to modify the database results afterwards.

    See pods_field_pick_data_ajax_items filter.
    This is considered advanced usage so it requires you are comfortable enough with PHP to look into the Pods core code and implement your own filter for this.

    Cheers, Jory

    Thread Starter erik2

    (@erik2)

    Thank you @keraweb Jory,

    I might as well be using a wrong approach.
    I’m trying to do something basic (I think), I just can’t seem to figure out how. In short:

    I have three tables (all ACT with custom table):

    BOOKS>>[one-to-many]>>PERSONS>>[one-to-many]>>ROLES

    I also added a relation-table for storing the combinations PERSONS>>ROLES

    I need to be able to enter a new book, and select records from from the relation-table PERSONS>>ROLES on the same form. However, if the relation field only shows either the person OR the role, I don’t know which combination I am selecting…

    Does this make sense? Perhaps I’m on the wrong track altogether. I hope you can advice..

    Thanks!

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @erik2

    I already replied to your other topic!

    Cheers, Jory

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘“Display Field in Selection List” – multiple fields’ is closed to new replies.