<?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: Entries Column customization not being copied</title>
		<link>https://legacy.forums.gravityhelp.com/topic/entries-column-customization-not-being-copied</link>
		<description>Gravity Support Forums Topic: Entries Column customization not being copied</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:20:34 +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/entries-column-customization-not-being-copied" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Entries Column customization not being copied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-column-customization-not-being-copied#post-60421</link>
			<pubDate>Fri, 25 May 2012 16:09:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">60421@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This suggestion has been noted and we are going to look at enhancing the duplicate form functionality so that it includes the grid display settings.  &#60;/p&#62;
&#60;p&#62;We are also going to look at enhancing the export form functionality to do the same so that it can carry over this information when exporting and importing a form from one site to another.  &#60;/p&#62;
&#60;p&#62;I can't guarantee it will be in the next release which will likely be a maintenance release, but we will get it into the next feature release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anjoalre on "Entries Column customization not being copied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-column-customization-not-being-copied#post-60399</link>
			<pubDate>Fri, 25 May 2012 11:43:43 +0000</pubDate>
			<dc:creator>anjoalre</dc:creator>
			<guid isPermaLink="false">60399@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi norcross,&#60;/p&#62;
&#60;p&#62;i found myself in the same shoes and got it to work!&#60;/p&#62;
&#60;p&#62;Find public static function duplicate_form($form_id) in forms_model.php at the end, in between these lines:&#60;br /&#62;
....&#60;br /&#62;
self::update_form_meta($new_id, $meta);&#60;br /&#62;
/* in here */&#60;br /&#62;
return $new_id;&#60;br /&#62;
...&#60;/p&#62;
&#60;p&#62;paste these code:&#60;/p&#62;
&#60;p&#62;// DUPLICATE ALSO GRID DISPLAY FIELDS&#60;br /&#62;
$clone_columns = self::get_grid_column_meta($form_id);&#60;br /&#62;
self::update_grid_column_meta($new_id, $clone_columns);&#60;br /&#62;
// END&#60;/p&#62;
&#60;p&#62;Since this is so simples ( not to find, just to implement :D ) it would be nice if the DEV Team could update this and make it to next release.&#60;br /&#62;
For us guys that use it wouldn't be necessary to constantly &#34;hack&#34; these core file on every next release. &#60;/p&#62;
&#60;p&#62;Best regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>norcross on "Entries Column customization not being copied"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/entries-column-customization-not-being-copied#post-46362</link>
			<pubDate>Sat, 14 Jan 2012 12:12:09 +0000</pubDate>
			<dc:creator>norcross</dc:creator>
			<guid isPermaLink="false">46362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've got a situation where the client is going to be making duplicates of the same form for different events. The fields themselves will stay the same.&#60;/p&#62;
&#60;p&#62;On the admin backend, the column choices under the &#34;entries&#34; area don't copy over with the form itself. Is there a way to have that happen?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
