<?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: Cannot Add Fields to Existing Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/cannot-add-fields-to-existing-form</link>
		<description>Gravity Support Forums Topic: Cannot Add Fields to Existing Form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:22:43 +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/cannot-add-fields-to-existing-form" rel="self" type="application/rss+xml" />

		<item>
			<title>ECC on "Cannot Add Fields to Existing Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cannot-add-fields-to-existing-form#post-81232</link>
			<pubDate>Mon, 15 Oct 2012 17:15:14 +0000</pubDate>
			<dc:creator>ECC</dc:creator>
			<guid isPermaLink="false">81232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you.  I have submitted the priority support request.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Cannot Add Fields to Existing Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cannot-add-fields-to-existing-form#post-80975</link>
			<pubDate>Sun, 14 Oct 2012 23:47:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">80975@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Because you are a developer license holder, I would recommend submitting a &#60;a href=&#34;http://www.gravityhelp.com/priority-support/&#34; rel=&#34;nofollow&#34;&#62;priority support request&#60;/a&#62;.  This is not a commonly reported issue and we will likely need more information from you.  Please include a link to this topic.  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ECC on "Cannot Add Fields to Existing Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/cannot-add-fields-to-existing-form#post-80800</link>
			<pubDate>Sat, 13 Oct 2012 21:15:31 +0000</pubDate>
			<dc:creator>ECC</dc:creator>
			<guid isPermaLink="false">80800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have been working on a User Registration form, and have added 15 fields successfully (1 name field, 2 single line text field, 1 e-mail field, 11 drop-down fields).  I am able to edit any field on the form, and am also able to reorder fields on the form.&#60;/p&#62;
&#60;p&#62;I cannot duplicate any field on the form, nor add any new fields to the form.  When I attempt to do so, I get the following error messages (from Firebug):&#60;br /&#62;
&#34;NetworkError: 500 Internal Server Error - &#60;a href=&#34;http://www.ecnm.com/pup/wp-admin/admin-ajax.php?id=3&#34; rel=&#34;nofollow&#34;&#62;http://www.ecnm.com/pup/wp-admin/admin-ajax.php?id=3&#60;/a&#62;&#34;&#60;/p&#62;
&#60;p&#62;admin-...hp?id=3&#60;/p&#62;
&#60;p&#62;SyntaxError: missing = in XML attribute&#60;br /&#62;
... Date().getTime());urlstringtemp=new Array();for(key in this.vars){if(false==thi...&#60;br /&#62;
function sack(file){this.xmlhttp=null;this.resetData=function(){this.method=&#34;POST&#34;;this.queryStringSeparator=&#34;?&#34;;this.argumentSeparator=&#34;&#38;amp;&#34;;this.URLString=&#34;&#34;;this.encodeURIString=true;this.execute=false;this.element=null;this.elementObj=null;this.requestFile=file;this.vars=new Object();this.responseStatus=new Array(2)};this.resetFunctions=function(){this.onLoading=function(){};this.onLoaded=function(){};this.onInteractive=function(){};this.onCompletion=function(){};this.onError=function(){};this.onFail=function(){}};this.reset=function(){this.resetFunctions();this.resetData()};this.createAJAX=function(){try{this.xmlhttp=new ActiveXObject(&#34;Msxml2.XMLHTTP&#34;)}catch(e1){try{this.xmlhttp=new ActiveXObject(&#34;Microsoft.XMLHTTP&#34;)}catch(e2){this.xmlhttp=null}}if(!this.xmlhttp){if(typeof XMLHttpRequest!=&#34;undefined&#34;){this.xmlhttp=new XMLHttpRequest()}else{this.failed=true}}};this.setVar=function(name,value){this.vars[name]=Array(value,false)};this.encVar=function(name,value,returnvars){if(true==returnvars){return Array(encodeURIComponent(name),encodeURIComponent(value))}else{this.vars[encodeURIComponent(name)]=Array(encodeURIComponent(value),true)}};this.processURLString=function(string,encode){encoded=encodeURIComponent(this.argumentSeparator);regexp=new RegExp(this.argumentSeparator+&#34;&#124;&#34;+encoded);varArray=string.split(regexp);for(i=0;i&#38;lt;varArray.length;i++){urlVars=varArray[i].split(&#34;=&#34;);if(true==encode){this.encVar(urlVars[0],urlVars[1])}else{this.setVar(urlVars[0],urlVars[1])}}};this.createURLString=function(urlstring){if(this.encodeURIString&#38;amp;&#38;amp;this.URLString.length){this.processURLString(this.URLString,true)}if(urlstring){if(this.URLString.length){this.URLString+=this.argumentSeparator+urlstring}else{this.URLString=urlstring}}this.setVar(&#34;rndval&#34;,new Date().getTime());urlstringtemp=new Array();for(key in this.vars){if(false==this.vars[key][1]&#38;amp;&#38;amp;true==this.encodeURIString){encoded=this.encVar(key,this.vars[key][0],true);delete this.vars[key];this.vars[encoded[0]]=Array(encoded[1],true);key=encoded[0]}urlstringtemp[urlstringtemp.length]=key+&#34;=&#34;+this.vars[key][0]}if(urlstring){this.URLString+=this.argumentSeparator+urlstringtemp.join(this.argumentSeparator)}else{this.URLString+=urlstringtemp.join(this.argumentSeparator)}};this.runResponse=function(){eval(this.response)};this.runAJAX=function(urlstring){if(this.failed){this.onFail()}else{this.createURLString(urlstring);if(this.element){this.elementObj=document.getElementById(this.element)}if(this.xmlhttp){var self=this;if(this.method==&#34;GET&#34;){totalurlstring=this.requestFile+this.queryStringSeparator+this.URLString;this.xmlhttp.open(this.method,totalurlstring,true)}else{this.xmlhttp.open(this.method,this.requestFile,true);try{this.xmlhttp.setRequestHeader(&#34;Content-Type&#34;,&#34;application/x-www-form-urlencoded&#34;)}catch(e){}}this.xmlhttp.onreadystatechange=function(){switch(self.xmlhttp.readyState){case 1:self.onLoading();break;case 2:self.onLoaded();break;case 3:self.onInteractive();break;case 4:self.response=self.xmlhttp.responseText;self.responseXML=self.xmlhttp.responseXML;self.responseStatus[0]=self.xmlhttp.status;self.responseStatus[1]=self.xmlhttp.statusText;if(self.execute){self.runResponse()}if(self.elementObj){elemNodeName=self.elementObj.nodeName;elemNodeName.toLowerCase();if(elemNodeName==&#34;input&#34;&#124;&#124;elemNodeName==&#34;select&#34;&#124;&#124;elemNodeName==&#34;option&#34;&#124;&#124;elemNodeName==&#34;textarea&#34;){self.elementObj.value=self.response}else{self.elementObj.innerHTML=self.response}}if(self.responseStatus[0]==&#34;200&#34;){self.onCompletion()}else{self.onError()}self.URLString=&#34;&#34;;break}};this.xmlhttp.send(this.URLString)}}};this.reset();this.createAJAX()};&#60;/p&#62;
&#60;p&#62;function sack(file){this.xmlhttp=null;this.resetData=function(){this.method=&#34;POST&#34;;this.queryStringSeparator=&#34;?&#34;;this.argumentSeparator=&#34;&#38;amp;&#34;;this.URLString=&#34;&#34;;this.encodeURIString=true;this.execute=false;this.element=null;this.elementObj=null;this.requestFile=file;this.vars=new Object();this.responseStatus=new Array(2)};this.resetFunctions=function(){this.onLoading=function(){};this.onLoaded=function(){};this.onInteractive=function(){};this.onCompletion=function(){};this.onError=function(){};this.onFail=function(){}};this.reset=function(){this.resetFunctions();this.resetData()};this.createAJAX=function(){try{this.xmlhttp=new ActiveXObject(&#34;Msxml2.XMLHTTP&#34;)}catch(e1){try{this.xmlhttp=new ActiveXObject(&#34;Microsoft.XMLHTTP&#34;)}catch(e2){this.xmlhttp=null}}if(!this.xmlhttp){if(typeof XMLHttpRequest!=&#34;undefined&#34;){this.xmlhttp=new XMLHttpRequest()}else{this.failed=true}}};this.setVar=function(name,value){this.vars[name]=Array(value,false)};this.encVar=function(name,value,returnvars){if(true==returnvars){return Array(encodeURIComponent(name),encodeURIComponent(value))}else{this.vars[encodeURIComponent(name)]=Array(encodeURIComponent(value),true)}};this.processURLString=function(string,encode){encoded=encodeURIComponent(this.argumentSeparator);regexp=new RegExp(this.argumentSeparator+&#34;&#124;&#34;+encoded);varArray=string.split(regexp);for(i=0;i&#38;lt;varArray.length;i++){urlVars=varArray[i].split(&#34;=&#34;);if(true==encode){this.encVar(urlVars[0],urlVars[1])}else{this.setVar(urlVars[0],urlVars[1])}}};this.createURLString=function(urlstring){if(this.encodeURIString&#38;amp;&#38;amp;this.URLString.length){this.processURLString(this.URLString,true)}if(urlstring){if(this.URLString.length){this.URLString+=this.argumentSeparator+urlstring}else{this.URLString=urlstring}}this.setVar(&#34;rndval&#34;,new Date().getTime());urlstringtemp=new Array();for(key in this.vars){if(false==this.vars[key][1]&#38;amp;&#38;amp;true==this.encodeURIString){encoded=this.encVar(key,this.vars[key][0],true);delete this.vars[key];this.vars[encoded[0]]=Array(encoded[1],true);key=encoded[0]}urlstringtemp[urlstringtemp.length]=key+&#34;=&#34;+this.vars[key][0]}if(urlstring){this.URLString+=this.argumentSeparator+urlstringtemp.join(this.argumentSeparator)}else{this.URLString+=urlstringtemp.join(this.argumentSeparator)}};this.runResponse=function(){eval(this.response)};this.runAJAX=function(urlstring){if(this.failed){this.onFail()}else{this.createURLString(urlstring);if(this.element){this.elementObj=document.getElementById(this.element)}if(this.xmlhttp){var self=this;if(this.method==&#34;GET&#34;){totalurlstring=this.requestFile+this.queryStringSeparator+this.URLString;this.xmlhttp.open(this.method,totalurlstring,true)}else{this.xmlhttp.open(this.method,this.requestFile,true);try{this.xmlhttp.setRequestHeader(&#34;Content-Type&#34;,&#34;application/x-www-form-urlencoded&#34;)}catch(e){}}this.xmlhttp.onreadystatechange=function(){switch(self.xmlhttp.readyState){case 1:self.onLoading();break;case 2:self.onLoaded();break;case 3:self.onInteractive();break;case 4:self.response=self.xmlhttp.responseText;self.responseXML=self.xmlhttp.responseXML;self.responseStatus[0]=self.xmlhttp.status;self.responseStatus[1]=self.xmlhttp.statusText;if(self.execute){self.runResponse()}if(self.elementObj){elemNodeName=self.elementObj.nodeName;elemNodeName.toLowerCase();if(elemNodeName==&#34;input&#34;&#124;&#124;elemNodeName==&#34;select&#34;&#124;&#124;elemNodeName==&#34;option&#34;&#124;&#124;elemNodeName==&#34;textarea&#34;){self.elementObj.value=self.response}else{self.elementObj.innerHTML=self.response}}if(self.responseStatus[0]==&#34;200&#34;){self.onCompletion()}else{self.onError()}self.URLString=&#34;&#34;;break}};this.xmlhttp.send(this.URLString)}}};this.reset();this.createAJAX()};&#60;/p&#62;
&#60;p&#62;Any help you can provide in resolving this will be very much appreciated.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
