<?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: Forms not displaying after site move</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-after-site-move</link>
		<description>Gravity Support Forums Topic: Forms not displaying after site move</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:58:19 +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/forms-not-displaying-after-site-move" rel="self" type="application/rss+xml" />

		<item>
			<title>jpstudios0106 on "Forms not displaying after site move"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-after-site-move#post-210310</link>
			<pubDate>Mon, 15 Apr 2013 10:27:26 +0000</pubDate>
			<dc:creator>jpstudios0106</dc:creator>
			<guid isPermaLink="false">210310@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to get the correct Javascript libraries working there? I'm not the server admin so I don't know what to do, unless it'd be to add a link in to an online library or something...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Forms not displaying after site move"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-after-site-move#post-209604</link>
			<pubDate>Sun, 14 Apr 2013 21:48:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">209604@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want to move forms, the best way to do so is to export them and then import them using our built-in tools to move forms. Then it won't cause issues with serialized data. But if you do have JavaScript errors, this can cause Gravity Forms to fail to work as it is highly dependant on JavaScript (JQuery).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Forms not displaying after site move"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-after-site-move#post-209412</link>
			<pubDate>Sun, 14 Apr 2013 15:14:30 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">209412@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you compare the two sites you will notice that the version running on the new server has a few more JavaScript errors than the one running on your dev server so I suspect that is the reason it works on the one and not the other.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Uncaught SyntaxError: Unexpected identifier third-party.js:32&#60;br /&#62;
Uncaught TypeError: Object [object Object] has no method 'fitVids' general.js:7&#60;/p&#62;
&#60;/blockquote&#62;</description>
		</item>
		<item>
			<title>jpstudios0106 on "Forms not displaying after site move"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-after-site-move#post-209380</link>
			<pubDate>Sun, 14 Apr 2013 13:33:29 +0000</pubDate>
			<dc:creator>jpstudios0106</dc:creator>
			<guid isPermaLink="false">209380@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Everything is working great on my development server so there should be no conflicts.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jonprestonstudios.com/concraft&#34; rel=&#34;nofollow&#34;&#62;http://jonprestonstudios.com/concraft&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;^ That shows that the URL did change. I've moved gravity forms powered sites before with no problems... this is the first I've seen of it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpstudios0106 on "Forms not displaying after site move"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-after-site-move#post-209381</link>
			<pubDate>Sun, 14 Apr 2013 13:33:03 +0000</pubDate>
			<dc:creator>jpstudios0106</dc:creator>
			<guid isPermaLink="false">209381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Everything is working great on my development server so there should be no conflicts.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jonprestonstudios.com/concraft&#34; rel=&#34;nofollow&#34;&#62;http://jonprestonstudios.com/concraft&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;^ That shows that the URL did change. I've moved gravity forms powered sites before with no problems... this is the first I've seen of it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Forms not displaying after site move"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-after-site-move#post-209371</link>
			<pubDate>Sun, 14 Apr 2013 12:58:05 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">209371@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your form is there it just has't been set to display, your form uses conditional logic and so it's initial state is set to 'display:none' but then as the page loads the conditional logic should reveal the fields that should be displayed, this isn't happening and usually points to a JavaScript error, plugin or theme conflict which you can test for by following the advice here &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now something else to think about is when you migrated the site did the domain change as I believe this can cause problems if the serialized values in the database become corrupted.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpstudios0106 on "Forms not displaying after site move"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-displaying-after-site-move#post-209277</link>
			<pubDate>Sun, 14 Apr 2013 09:49:26 +0000</pubDate>
			<dc:creator>jpstudios0106</dc:creator>
			<guid isPermaLink="false">209277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I just moved a client's site from my cPanel powered bluehost server to Media Temple's Plesk server... and now the forms aren't wanting to show up. (among numerous other site move problems I'm now fighting). I've confirmed the forms exist through the admin dashboard. I don't see any short codes sitting there showing instead of forms... I just get blank areas. &#60;/p&#62;
&#60;p&#62;The temporary URL for this site is: &#60;a href=&#34;http://72.10.38.53/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://72.10.38.53/contact-us/&#60;/a&#62; (this is one page with one of the 4 forms running on this site).
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
