<?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: Export of display entries with Created By as name not ID</title>
		<link>https://legacy.forums.gravityhelp.com/topic/export-of-display-entries-with-created-by-as-name-not-id</link>
		<description>Gravity Support Forums Topic: Export of display entries with Created By as name not ID</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:27:25 +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/export-of-display-entries-with-created-by-as-name-not-id" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Export of display entries with Created By as name not ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-of-display-entries-with-created-by-as-name-not-id#post-70875</link>
			<pubDate>Mon, 13 Aug 2012 12:58:04 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">70875@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to hear it. Let us know if anything else comes up, and thanks for posting details on how you did it. I am sure it will help others.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>purecreative on "Export of display entries with Created By as name not ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-of-display-entries-with-created-by-as-name-not-id#post-70851</link>
			<pubDate>Mon, 13 Aug 2012 11:08:55 +0000</pubDate>
			<dc:creator>purecreative</dc:creator>
			<guid isPermaLink="false">70851@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay I've managed to answer my own question now.&#60;/p&#62;
&#60;p&#62;I hadn't realised there was the option to map fields including the &#34;field user:display_name&#34;.&#60;/p&#62;
&#60;p&#62;I created a hidden field and then mapped this field from the Advanced tab. This gives me exactly what I need with the flexibility to export or do whatever I need including displaying on the front end with the unofficial Directory plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>purecreative on "Export of display entries with Created By as name not ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-of-display-entries-with-created-by-as-name-not-id#post-70810</link>
			<pubDate>Mon, 13 Aug 2012 08:32:41 +0000</pubDate>
			<dc:creator>purecreative</dc:creator>
			<guid isPermaLink="false">70810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've figured out how to do what I need for the print side of things by adding a filter in my theme's functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_action(&#38;quot;gform_print_entry_header&#38;quot;, &#38;quot;custom_header&#38;quot;, 10, 2);
function custom_header($form, $entry){
  $userdetails = get_userdata($entry[&#38;quot;created_by&#38;quot;]);
  echo $userdetails-&#38;gt;display_name;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This successfully prints the details I need, but I would like to have the option to complete this in the export as well.&#60;/p&#62;
&#60;p&#62;Does anyone know of a similar filter that can be used when exporting?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>purecreative on "Export of display entries with Created By as name not ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-of-display-entries-with-created-by-as-name-not-id#post-70568</link>
			<pubDate>Fri, 10 Aug 2012 11:33:30 +0000</pubDate>
			<dc:creator>purecreative</dc:creator>
			<guid isPermaLink="false">70568@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;The options on the Entries and what you can export don't quite match.&#60;/p&#62;
&#60;p&#62;On the Entries view you have the option to click &#34;Edit&#34; on the right hand side and &#34;Choose Columns&#34;. One of those columns is &#34;User&#34;, which when selected then displays the username on the Entries view. This is the information I need.&#60;/p&#62;
&#60;p&#62;If I try to print from the Entries view using the Print option from the Bulk Actions then &#34;User&#34; is not included in the results.&#60;/p&#62;
&#60;p&#62;If I try to Export the entries using Export Entries option then there is no &#34;User&#34; option to select to export only &#34;Created By (User Id)&#34; which the numeric ID and not username.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Export of display entries with Created By as name not ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-of-display-entries-with-created-by-as-name-not-id#post-70566</link>
			<pubDate>Fri, 10 Aug 2012 11:26:12 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">70566@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you explain a bit more about what you want? There should be no column not available to you to export, so if the data is saved in the entries screen, it should allow you to check it off as an option to export to CSV.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>purecreative on "Export of display entries with Created By as name not ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/export-of-display-entries-with-created-by-as-name-not-id#post-70565</link>
			<pubDate>Fri, 10 Aug 2012 11:21:04 +0000</pubDate>
			<dc:creator>purecreative</dc:creator>
			<guid isPermaLink="false">70565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The export to CSV and entry Print functions are great, but I am having difficulty getting the username of the person completing the form out in either of the options.&#60;/p&#62;
&#60;p&#62;I need a simple way of displaying all entries on a page or export (.CSV or other format) including the &#34;Created By&#34; field as username/friendly name.&#60;/p&#62;
&#60;p&#62;Out of the box Gravity Forms does this from the CSV as but the field is displayed as User ID rather than the username of the user completing the form.&#60;/p&#62;
&#60;p&#62;The Entries view displays the username when you add the field from the Edit option, but when you use the bulk Print option then this field isn't included. &#60;/p&#62;
&#60;p&#62;Does anyone have any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
