<?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: Form no longer working after upgrade</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-no-longer-working-after-upgrade</link>
		<description>Gravity Support Forums Topic: Form no longer working after upgrade</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Apr 2026 16:21:11 +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/form-no-longer-working-after-upgrade" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form no longer working after upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-no-longer-working-after-upgrade#post-44113</link>
			<pubDate>Thu, 15 Dec 2011 00:02:57 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44113@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't know of any way to predict what might happen there.  I would suggest setting up a development site the same as your production site, make sure it works, then upgrade Gravity Forms and WordPress, and see if it sill works.  At least it would not kill your production site, and then when faced with trouble, you could troubleshoot it specifically.  It's hard to guess what might happen.  I've never seen anyone take the output of a form and hard code it like that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Form no longer working after upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-no-longer-working-after-upgrade#post-44082</link>
			<pubDate>Wed, 14 Dec 2011 21:28:38 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">44082@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, this form is on pelvicpainhelp.com. The guy who wrote it did a good job, but he's nowhere to be found now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form no longer working after upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-no-longer-working-after-upgrade#post-44080</link>
			<pubDate>Wed, 14 Dec 2011 21:16:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44080@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What do you mean customized?  You modified the output of the Gravity Forms shortcode, and then hard coded that somewhere?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Form no longer working after upgrade"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-no-longer-working-after-upgrade#post-44066</link>
			<pubDate>Wed, 14 Dec 2011 20:19:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">44066@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a customized form with the following code which stopped working after the 1.6.2 upgrade. Does anyone know what needs to be changed before the upgrade so that my form doesn't go bust?&#60;/p&#62;
&#60;p&#62;Here's the code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form method=&#38;#39;post&#38;#39; enctype=&#38;#39;multipart/form-data&#38;#39;  id=&#38;#39;gform_1&#38;#39;  action=&#38;#39;/wp-content/plugins/gravityforms/preview.php?id=1&#38;#39;&#38;gt;
	&#38;lt;id=&#38;#39;gform_fields_1&#38;#39; &#38;gt;
		&#38;lt;id=&#38;#39;field_1_1&#38;#39;&#38;gt;
			&#38;lt;br&#38;gt;&#38;lt;label for=&#38;#39;input_1_1&#38;#39;&#38;gt;Name&#38;lt;/label&#38;gt;
				&#38;lt;input name=&#38;#39;input_1&#38;#39; id=&#38;#39;input_1_1&#38;#39; type=&#38;#39;text&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;1&#38;#39;  /&#38;gt;
		&#38;lt;id=&#38;#39;field_1_2&#38;#39;&#38;gt;
			&#38;lt;br&#38;gt;&#38;lt;label for=&#38;#39;input_1_2&#38;#39;&#38;gt;Email&#38;lt;/label&#38;gt;
				&#38;lt;input name=&#38;#39;input_2&#38;#39; id=&#38;#39;input_1_2&#38;#39; type=&#38;#39;text&#38;#39; value=&#38;#39;&#38;#39; tabindex=&#38;#39;2&#38;#39;  /&#38;gt;
		&#38;lt;id=&#38;#39;field_1_5&#38;#39;&#38;gt;
			&#38;lt;br&#38;gt;&#38;lt;label for=&#38;#39;input_1_5&#38;#39;&#38;gt;Question&#38;lt;/label&#38;gt;
				&#38;lt;textarea name=&#38;#39;input_5&#38;#39; id=&#38;#39;input_1_5&#38;#39; class=&#38;#39;textarea small&#38;#39; tabindex=&#38;#39;3&#38;#39; rows=&#38;#39;10&#38;#39; cols=&#38;#39;50&#38;#39;&#38;gt;&#38;lt;/textarea&#38;gt;
        			&#38;lt;input type=&#38;#39;submit&#38;#39; id=&#38;#39;gform_submit_button_1&#38;#39; class=&#38;#39;button gform_button&#38;#39; value=&#38;#39;Submit&#38;#39; tabindex=&#38;#39;4&#38;#39; /&#38;gt;
            &#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;is_submit_1&#38;#39; value=&#38;#39;1&#38;#39; /&#38;gt;
            &#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;gform_submit&#38;#39; value=&#38;#39;1&#38;#39; /&#38;gt;
            &#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;gform_unique_id&#38;#39; value=&#38;#39;********************&#38;#39; /&#38;gt;
            &#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;state_1&#38;#39; value=&#38;#39;***********************&#38;#39; /&#38;gt;
            &#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;gform_target_page_number_1&#38;#39; id=&#38;#39;gform_target_page_number_1&#38;#39; value=&#38;#39;0&#38;#39; /&#38;gt;
            &#38;lt;input type=&#38;#39;hidden&#38;#39; class=&#38;#39;gform_hidden&#38;#39; name=&#38;#39;gform_source_page_number_1&#38;#39; id=&#38;#39;gform_source_page_number_1&#38;#39; value=&#38;#39;1&#38;#39; /&#38;gt;
            &#38;lt;input type=&#38;#39;hidden&#38;#39; name=&#38;#39;gform_field_values&#38;#39; value=&#38;#39;&#38;#39; /&#38;gt;
        &#38;lt;/div&#38;gt;
                &#38;lt;/form&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Af
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
