PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Single Entry View From Admin - customize using what filter/hook?

  1. I'm looking to customize the view of a single entry from the admin side. I have some fields I don't need showing, some radio buttons that I want to show the label for instead of the value, and possibly some other changes.

    I found the Gform_entries_field_value filter but don't know if that's what I want, it looks like it just applies to the entries listings instead of single entry view.

    Can you point me in the direction of the right hooks/filters or am I already on the right track?

    Posted 11 years ago on Friday August 17, 2012 | Permalink
  2. Well, the obvious answer to me is "try it" and I did, and it only changed the entry as listed in the Entries page.

    Please tell me there's a filter for getting at the individual entry page :)

    Posted 11 years ago on Friday August 17, 2012 | Permalink
  3. Hi, JnJ,

    There are several hooks available for the entry listing page and the entry details page. Take a look at the documentation for the admin hooks here: http://www.gravityhelp.com/documentation/page/Developer_Docs#Administration. You will most likely want to use gform_entry_detail, gform_entry_field_value, and gform_entry_info. But there are several more available to you.

    Posted 11 years ago on Friday August 17, 2012 | Permalink
  4. That looks exactly like what I need!

    Thanks!

    Posted 11 years ago on Friday August 17, 2012 | Permalink