<?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: Adding a custom column to the entries table</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-a-custom-column-to-the-entries-table</link>
		<description>Gravity Support Forums Topic: Adding a custom column to the entries table</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:15:22 +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/adding-a-custom-column-to-the-entries-table" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Adding a custom column to the entries table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-custom-column-to-the-entries-table#post-168926</link>
			<pubDate>Tue, 12 Mar 2013 11:49:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">168926@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It wouldn't just be a filter though. You'd have to have the table for data recording changed to include whatever custom data you want.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simoncftp on "Adding a custom column to the entries table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-custom-column-to-the-entries-table#post-168590</link>
			<pubDate>Tue, 12 Mar 2013 04:16:27 +0000</pubDate>
			<dc:creator>simoncftp</dc:creator>
			<guid isPermaLink="false">168590@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Would you consider adding filters to allow this in a later version of the plugin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Adding a custom column to the entries table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-custom-column-to-the-entries-table#post-164689</link>
			<pubDate>Fri, 08 Mar 2013 14:30:44 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">164689@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no way to do this outside of what I've mentioned that is currently supported, and we do not have a hook or filter to do so as far as I'm aware.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simoncftp on "Adding a custom column to the entries table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-custom-column-to-the-entries-table#post-164675</link>
			<pubDate>Fri, 08 Mar 2013 14:21:14 +0000</pubDate>
			<dc:creator>simoncftp</dc:creator>
			<guid isPermaLink="false">164675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David.&#60;/p&#62;
&#60;p&#62;Is there any way to do this without requiring the user to add the hidden field? Can I automatically add a field?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Adding a custom column to the entries table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-custom-column-to-the-entries-table#post-164671</link>
			<pubDate>Fri, 08 Mar 2013 14:17:47 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">164671@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you add a hidden field to the form, it should create a spot for you to place the data and allow it to show up in the entries column.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simoncftp on "Adding a custom column to the entries table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-custom-column-to-the-entries-table#post-164645</link>
			<pubDate>Fri, 08 Mar 2013 13:10:50 +0000</pubDate>
			<dc:creator>simoncftp</dc:creator>
			<guid isPermaLink="false">164645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Should I be looking at the &#60;code&#62;gform_*_meta&#60;/code&#62; functions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simoncftp on "Adding a custom column to the entries table"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-custom-column-to-the-entries-table#post-164635</link>
			<pubDate>Fri, 08 Mar 2013 12:56:32 +0000</pubDate>
			<dc:creator>simoncftp</dc:creator>
			<guid isPermaLink="false">164635@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do I automatically add a pseudo-field (like &#60;code&#62;payment_status&#60;/code&#62;) to a form and have that field display on the entries list table?&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Background:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I'm working on a connector to allow Gravity Forms to talk to a contact centre system. I want to record whether the remote connection succeeded in a &#60;code&#62;send_status&#60;/code&#62; pseudo-field and show that on the entries table so connection problems can be clearly seen. I think GF already uses the &#60;code&#62;payment_status&#60;/code&#62; pseudo-field to do something similar?&#60;/p&#62;
&#60;p&#62;&#60;strike&#62;I think I can use &#60;code&#62;export_fields&#60;/code&#62; to add in the field, but I can't see how to get that field on to the entries list table.&#60;/strike&#62; Actually, I don't think I can use &#60;code&#62;export_fields&#60;/code&#62; to do this. Darn.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
