<?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: Compound custom field not being saved</title>
		<link>https://legacy.forums.gravityhelp.com/topic/compound-custom-field-not-being-saved</link>
		<description>Gravity Support Forums Topic: Compound custom field not being saved</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:27:00 +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/compound-custom-field-not-being-saved" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Compound custom field not being saved"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/compound-custom-field-not-being-saved#post-198172</link>
			<pubDate>Fri, 05 Apr 2013 23:10:09 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">198172@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mwendlandt on "Compound custom field not being saved"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/compound-custom-field-not-being-saved#post-197952</link>
			<pubDate>Fri, 05 Apr 2013 18:45:57 +0000</pubDate>
			<dc:creator>mwendlandt</dc:creator>
			<guid isPermaLink="false">197952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That did the trick!  Thanks for the help!&#60;/p&#62;
&#60;p&#62;-m
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Compound custom field not being saved"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/compound-custom-field-not-being-saved#post-197109</link>
			<pubDate>Fri, 05 Apr 2013 00:00:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">197109@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I heard back from one of the developers.  Take a look at the gform_editor_js_set_default_values  hook: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_editor_js_set_default_values&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_editor_js_set_default_values&#60;/a&#62; .&#60;br /&#62;
This is used to create the inputs collection. You can do something like this: &#60;a href=&#34;http://pastie.org/7317622&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/7317622&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Compound custom field not being saved"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/compound-custom-field-not-being-saved#post-194412</link>
			<pubDate>Tue, 02 Apr 2013 11:45:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">194412@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll ask the development team this question for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mwendlandt on "Compound custom field not being saved"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/compound-custom-field-not-being-saved#post-194336</link>
			<pubDate>Tue, 02 Apr 2013 10:04:17 +0000</pubDate>
			<dc:creator>mwendlandt</dc:creator>
			<guid isPermaLink="false">194336@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Here's the relevant code:  &#60;a href=&#34;http://pastie.org/7279539&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/7279539&#60;/a&#62;&#60;br /&#62;
The form is at &#60;a href=&#34;http://beta.ncohr-rcrsb.ca/join-the-network&#34; rel=&#34;nofollow&#34;&#62;http://beta.ncohr-rcrsb.ca/join-the-network&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've been digging a bit deeper...  Comparing dumps of $field for my full_name field and the built-in address field, I can see that I should have something in $field['inputs'].  &#60;/p&#62;
&#60;p&#62;I tried adding the following at line 37, but it didn't make any difference:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$field[&#38;#39;inputs&#38;#39;] = array(
				array(&#38;#39;id&#38;#39; =&#38;gt; &#38;#39;9.1&#38;#39;, &#38;#39;label&#38;#39; =&#38;gt; &#38;#39;Title&#38;#39;, &#38;#39;name&#38;#39; =&#38;gt; &#38;#39;&#38;#39;),
				array(&#38;#39;id&#38;#39; =&#38;gt; &#38;#39;9.2&#38;#39;, &#38;#39;label&#38;#39; =&#38;gt; &#38;#39;First&#38;#39;, &#38;#39;name&#38;#39; =&#38;gt; &#38;#39;&#38;#39;),
				array(&#38;#39;id&#38;#39; =&#38;gt; &#38;#39;9.3&#38;#39;, &#38;#39;label&#38;#39; =&#38;gt; &#38;#39;Initial&#38;#39;, &#38;#39;name&#38;#39; =&#38;gt; &#38;#39;&#38;#39;),
				array(&#38;#39;id&#38;#39; =&#38;gt; &#38;#39;9.4&#38;#39;, &#38;#39;label&#38;#39; =&#38;gt; &#38;#39;Last&#38;#39;, &#38;#39;name&#38;#39; =&#38;gt; &#38;#39;&#38;#39;)
		);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;How would I go about properly adding the inputs details to the field array?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Compound custom field not being saved"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/compound-custom-field-not-being-saved#post-193767</link>
			<pubDate>Tue, 02 Apr 2013 00:14:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">193767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How did you create this compound custom field?  Can you share the code you're using to do that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mwendlandt on "Compound custom field not being saved"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/compound-custom-field-not-being-saved#post-193738</link>
			<pubDate>Mon, 01 Apr 2013 23:48:51 +0000</pubDate>
			<dc:creator>mwendlandt</dc:creator>
			<guid isPermaLink="false">193738@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi There!&#60;/p&#62;
&#60;p&#62;I'm running into an issue with a compound custom field I have created.  Two actually, but I suspect they've got the same cause.  I've created a custom 'Full Name' field consisting of a Title dropdown, and text fields for first, middle and last.  &#60;/p&#62;
&#60;p&#62;The first issue is that my custom field is not being saved.  The second is that the dropdowns on the User Registration Settings page only show me the Field Label, ie 'Full Name'.   I don't see 'Full Name (Title)', 'Full Name (First)', etc for the individual components of the field.&#60;/p&#62;
&#60;p&#62;What am I missing?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
