<?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: Required fields fail to populate -&#62; Error cycle</title>
		<link>https://legacy.forums.gravityhelp.com/topic/required-fields-fail-to-populate-error-cycle</link>
		<description>Gravity Support Forums Topic: Required fields fail to populate -&gt; Error cycle</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:18:57 +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/required-fields-fail-to-populate-error-cycle" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Required fields fail to populate -&#62; Error cycle"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-fail-to-populate-error-cycle#post-39370</link>
			<pubDate>Sun, 30 Oct 2011 22:20:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">39370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you worked that out. Thank you for posting the solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marvinforte on "Required fields fail to populate -&#62; Error cycle"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-fail-to-populate-error-cycle#post-39354</link>
			<pubDate>Sun, 30 Oct 2011 16:04:42 +0000</pubDate>
			<dc:creator>marvinforte</dc:creator>
			<guid isPermaLink="false">39354@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, that was it. In my case, some of the advanced compound fields had a mismatch between the field id and the input id. I exported the form as an .XML file, then edited the input ids to match the field id. Input ids should match the field id, with a decimal after signifying which input it represents.&#60;/p&#62;
&#60;p&#62;See here:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;field id=&#38;quot;15&#38;quot; isRequired=&#38;quot;1&#38;quot; size=&#38;quot;medium&#38;quot; type=&#38;quot;name&#38;quot;&#38;gt;
				&#38;lt;label&#38;gt;&#38;lt;![CDATA[Name]]&#38;gt;&#38;lt;/label&#38;gt;
				&#38;lt;inputs&#38;gt;
					&#38;lt;input id=&#38;quot;15.3&#38;quot;&#38;gt;
						&#38;lt;label&#38;gt;&#38;lt;![CDATA[First]]&#38;gt;&#38;lt;/label&#38;gt;
					&#38;lt;/input&#38;gt;
					&#38;lt;input id=&#38;quot;15.6&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>marvinforte on "Required fields fail to populate -&#62; Error cycle"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-fail-to-populate-error-cycle#post-39352</link>
			<pubDate>Sun, 30 Oct 2011 15:39:26 +0000</pubDate>
			<dc:creator>marvinforte</dc:creator>
			<guid isPermaLink="false">39352@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having a very similar problem with the advanced compound name field. I am suspecting it has to do with the input ids for the individual input fields but I haven't cracked it yet. I'll let you know if I figure it out. Please do the same for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Frank Marion on "Required fields fail to populate -&#62; Error cycle"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-fail-to-populate-error-cycle#post-38747</link>
			<pubDate>Mon, 24 Oct 2011 12:03:18 +0000</pubDate>
			<dc:creator>Frank Marion</dc:creator>
			<guid isPermaLink="false">38747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having an issue with some advanced fields in my forms. Specifically the Address and the compound Name field.&#60;/p&#62;
&#60;p&#62;The entire website was moved, pretty much as-is from one server to another. Here are two comparison pages, the first, with the working form, the second, with the non-working form. This very same error occurs on multiple forms, but I'll use one form as a demo.&#60;/p&#62;
&#60;p&#62;Old site: works.&#60;br /&#62;
&#60;a href=&#34;http://magazinemci.com/sabonner-au-magazine/&#34; rel=&#34;nofollow&#34;&#62;http://magazinemci.com/sabonner-au-magazine/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;New site: busted.&#60;br /&#62;
&#60;a href=&#34;http://magazinemci.info/sabonner-au-magazine/&#34; rel=&#34;nofollow&#34;&#62;http://magazinemci.info/sabonner-au-magazine/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What happens is that I'll enter some valid data into the forms and all Advanced (compound fields) correctly send the data. On the first site, it just goes though as it should. Error checking functions correctly when invalid data is entered.&#60;/p&#62;
&#60;p&#62;On the second site, the form values are passed onto WP, but the page reloads with a field required error, and display blank fields. Re-entering the data and resubmitting it only leads to a loop.&#60;/p&#62;
&#60;p&#62;If I remove the compound fields, and replace the Advanced Name field with two single line text fields, these newly added fields, while still being required, behave correctly.&#60;/p&#62;
&#60;p&#62;I cannot remove the previously created Advanced fields to re-build the form without loss of previously entered data, so my only option is to figure out how to cause the Advanced compound fields to behave correctly.&#60;/p&#62;
&#60;p&#62;Your thoughts and advice would be appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
