<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Changing Entries Display</title>
		<link>https://legacy.forums.gravityhelp.com/topic/changing-entries-display</link>
		<description>Gravity Support Forums Topic: Changing Entries Display</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:05:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/changing-entries-display" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Changing Entries Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-entries-display#post-233634</link>
			<pubDate>Thu, 02 May 2013 10:23:32 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">233634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Handling via priority support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stompweb on "Changing Entries Display"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/changing-entries-display#post-229637</link>
			<pubDate>Mon, 29 Apr 2013 08:14:54 +0000</pubDate>
			<dc:creator>stompweb</dc:creator>
			<guid isPermaLink="false">229637@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm currently trying to change how results are displayed in the form entries overview.&#60;/p&#62;
&#60;p&#62;I receive the ID of a product category and I can turn that into a Product Name, however I can't get rid of the original ID from displaying.&#60;/p&#62;
&#60;p&#62;Here's my code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;quot;gform_entries_column&#38;quot;, &#38;quot;ne_add_product_cat&#38;quot;, 10, 5);
function ne_add_product_cat($form_id, $field_id, $value, $lead, $query_string){

    if($form_id != 2)
        return;

    if($field_id != 3)
        return;

    $term = get_term( $value, &#38;#39;product_cat&#38;#39; );

    echo $term-&#38;gt;name;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Cheers.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
