• Resolved tomjenx

    (@tomjenx)


    Hi there

    Is it at all possible to add custom columns into the entries listing page, based off fields within the form that the entry belongs to?

    For example, currently on the listing page you have the entry ID, form name and then the date of submission. The form in question that the entries belong to have an email address and name fields and I would like to add those two as columns.

    Is this doable?

    Many thanks
    Tom

Viewing 1 replies (of 1 total)
  • Plugin Author fabianlindfors

    (@fabianlindfors)

    Hi, Tom!

    The columns on the entries page are nothing but the built-in columns in WordPress! If you want to add your own you can use the WP hooks for this. There are a few guides on how to do this online, this one is pretty good for example: https://www.smashingmagazine.com/2017/12/customizing-admin-columns-wordpress/. There are also some plugin that let you do this but I don’t have much experience with those.

    The fields and values in entries are just regular ACF fields meaning you can fetch their values using get_field()!

    Hope this helps ??

Viewing 1 replies (of 1 total)
  • The topic ‘Custom columns on the entries listing’ is closed to new replies.