<?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: URGENT : Custom field not saved completly with field type set to list</title>
		<link>https://legacy.forums.gravityhelp.com/topic/urgent-custom-field-not-saved-completly-with-field-type-set-to-list</link>
		<description>Gravity Support Forums Topic: URGENT : Custom field not saved completly with field type set to list</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:22:33 +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/urgent-custom-field-not-saved-completly-with-field-type-set-to-list" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "URGENT : Custom field not saved completly with field type set to list"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-custom-field-not-saved-completly-with-field-type-set-to-list#post-144214</link>
			<pubDate>Thu, 07 Feb 2013 12:05:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">144214@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update.  I was just looking at your admin and had to break out my French text books.  Glad you resolved the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Judalpo on "URGENT : Custom field not saved completly with field type set to list"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-custom-field-not-saved-completly-with-field-type-set-to-list#post-144201</link>
			<pubDate>Thu, 07 Feb 2013 11:42:34 +0000</pubDate>
			<dc:creator>Judalpo</dc:creator>
			<guid isPermaLink="false">144201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Oh my god... I don't know if I was tired or just stupid... the &#34;false&#34; parameter fixed my problem ! I'm really sorry about that, it was all my fault ... &#60;/p&#62;
&#60;p&#62;Thank your for your quick help !  I really appreciate to see that Gravity Forms has such good support team !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "URGENT : Custom field not saved completly with field type set to list"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-custom-field-not-saved-completly-with-field-type-set-to-list#post-144162</link>
			<pubDate>Thu, 07 Feb 2013 10:55:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">144162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For get_post_meta, I think the last argument should be false to return an array:&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_post_meta#Parameters&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_post_meta#Parameters&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We would need to see how $object is being set to see if $object-&#38;gt;ID is equivalent to $post-&#38;gt;ID. Can you dump the $object and see what it contains, sometime before the get_post_meta?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Judalpo on "URGENT : Custom field not saved completly with field type set to list"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-custom-field-not-saved-completly-with-field-type-set-to-list#post-144158</link>
			<pubDate>Thu, 07 Feb 2013 10:50:20 +0000</pubDate>
			<dc:creator>Judalpo</dc:creator>
			<guid isPermaLink="false">144158@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I&#34;ve tried so many way, but for exemple this one :&#60;br /&#62;
&#38;lt;?php print_r(get_post_meta( $object-&#38;gt;ID, 'dates', true )); ?&#38;gt;&#60;br /&#62;
A little bit rubbish but suposed to echo the whole array if there's one ? &#60;/p&#62;
&#60;p&#62;And for the priority-support i've filled one this morning, I haven't seen it before, thank your for taking time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "URGENT : Custom field not saved completly with field type set to list"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-custom-field-not-saved-completly-with-field-type-set-to-list#post-144131</link>
			<pubDate>Thu, 07 Feb 2013 10:08:58 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">144131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Judalpo, because you are a developer license holder, you can always use the Priority Support form, which received priority over support forum requests.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/priority-support/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just created a form to create a post, and used a list field.  The data for each row and field is captured in the custom fields.  See this screenshot: &#60;a href=&#34;http://minus.com/lbjHLxmGubsttS&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/lbjHLxmGubsttS&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So, the question is, how are you using those custom fields in your template or your content template (in Gravity Forms for the Post Body)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "URGENT : Custom field not saved completly with field type set to list"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-custom-field-not-saved-completly-with-field-type-set-to-list#post-143563</link>
			<pubDate>Wed, 06 Feb 2013 15:16:21 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">143563@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Good luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Judalpo on "URGENT : Custom field not saved completly with field type set to list"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/urgent-custom-field-not-saved-completly-with-field-type-set-to-list#post-143535</link>
			<pubDate>Wed, 06 Feb 2013 14:39:18 +0000</pubDate>
			<dc:creator>Judalpo</dc:creator>
			<guid isPermaLink="false">143535@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a custom field (field type list) that I use to write multiple date to database, so I have a list with 3 columns (start date, end date, time) and there's a + sign at the end to let the user add more than one date. Everything work fine at this point, the problem is that when I save that form, the post is generated and the meta are generated too but the meta only contain the first start/end/time ! If i go in the message section of the form, i see all the date has been saved, but they are not all in the meta. What's wrong with that ?&#60;/p&#62;
&#60;p&#62;The website i'm working on is already lunched ! And I just found this problem a hour ago, I hope someone have a quick solution ! &#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
