<?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: Edit Form Object</title>
		<link>https://legacy.forums.gravityhelp.com/topic/edit-form-object</link>
		<description>Gravity Support Forums Topic: Edit Form Object</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:19:52 +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/edit-form-object" rel="self" type="application/rss+xml" />

		<item>
			<title>jorgep on "Edit Form Object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-form-object#post-31083</link>
			<pubDate>Wed, 27 Jul 2011 15:46:38 +0000</pubDate>
			<dc:creator>jorgep</dc:creator>
			<guid isPermaLink="false">31083@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Alex thanks for your reply, I'm totally going to try the XML solution.&#60;/p&#62;
&#60;p&#62;My original plan was to unserialize the data, modify it (as a PHP object) and serialize it back. The unserialize process is what was failing. I was doing everything outside of WordPress, so I'm also going to try to do it inside WP using the GF functions.&#60;/p&#62;
&#60;p&#62;I'll let you know how it goes. Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Edit Form Object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-form-object#post-31066</link>
			<pubDate>Wed, 27 Jul 2011 12:38:06 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">31066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am not sure why your serialization isn't working. Like you have seen, if you can save the form via the Editor, it is performing a serialization. I am not sure why you would get an error.&#60;br /&#62;
However, I am not sure that is the best way to do this as manually changing that serialized string is very prone for errors. A better alternative would be to export the form, change the XML and re-import the form. Then update the form IDs of your new form to match the old form (so that your entries get associated to the newly imported form)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Edit Form Object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-form-object#post-30961</link>
			<pubDate>Tue, 26 Jul 2011 11:09:26 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll have our lead developer take a look at this and respond.  He won't be in the office until later this afternoon, so watch for a response sometime them with input from him.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorgep on "Edit Form Object"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/edit-form-object#post-30931</link>
			<pubDate>Mon, 25 Jul 2011 19:06:47 +0000</pubDate>
			<dc:creator>jorgep</dc:creator>
			<guid isPermaLink="false">30931@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;I used Gravity Forms to create huge (massive) forms for an insurance client. After a lot of debugging and manual work the forms are almost working but i need to make a couple of changes to all 14 forms and doing it through the form editor is impossible.&#60;/p&#62;
&#60;p&#62;I'm trying to get the form from the db from &#34;wp_rg_form_meta.display_meta&#34;, unserialize it, edit the fields manually, serialize it and update the db. But the unserialization process is not working for most of the forms.&#60;/p&#62;
&#60;p&#62;When I try to unserialize one form I get an error like this one:&#60;br /&#62;
`Notice: unserialize(): Error at offset 2 of 52 bytes in file.php on line 130&#60;/p&#62;
&#60;p&#62;I've only got one form to unserialize properly, which tells me it has something to do with the data.&#60;/p&#62;
&#60;p&#62;I checked GF code to see if you had anything special going on with the serialize/unserialize process, but you use the standar functions.&#60;/p&#62;
&#60;p&#62;The forms all work fine when I preview them, so I have no idea what's the difference between your code and what I'm trying to do.&#60;/p&#62;
&#60;p&#62;Have you encounter this problem before? Is there anything you can do to help?&#60;/p&#62;
&#60;p&#62;Here's a link to an export of two of the forms: &#60;a href=&#34;http://dl.dropbox.com/u/4524488/gravityforms-export-2011-07-25.xml&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/4524488/gravityforms-export-2011-07-25.xml&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;ATV is one of the forms that works fine when I unserialize it&#60;br /&#62;
Auto is one of the forms that fails to unserialize&#60;/p&#62;
&#60;p&#62;I'd appreciate anything you can do. Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
