<?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: I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed</link>
		<description>Gravity Support Forums Topic: I can&#039;t create a form. &quot;Oops! We could not locate your form&quot; is displayed.</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:50:03 +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/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed" rel="self" type="application/rss+xml" />

		<item>
			<title>strillogy on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-153131</link>
			<pubDate>Sat, 23 Feb 2013 13:52:18 +0000</pubDate>
			<dc:creator>strillogy</dc:creator>
			<guid isPermaLink="false">153131@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the suggestions!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-117591</link>
			<pubDate>Wed, 09 Jan 2013 08:51:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117591@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for posting your experience.  I'm sure it will help others.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hiro@wisteriawine.com on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-117465</link>
			<pubDate>Wed, 09 Jan 2013 06:01:04 +0000</pubDate>
			<dc:creator>hiro@wisteriawine.com</dc:creator>
			<guid isPermaLink="false">117465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello Chris,&#60;/p&#62;
&#60;p&#62;Thank you for the answer. I could solve this issue finally.&#60;br /&#62;
(By the way, I was not allowed to upgrade the wordpress, because the theme supports only up to WP version 3.3.)&#60;br /&#62;
I'll give you some feedbacks for the other users.&#60;/p&#62;
&#60;p&#62;My issue has solved by changing wp-config.php file&#60;br /&#62;
from:&#60;br /&#62;
define('DB_CHARSET', 'utf8_general_ci');&#60;br /&#62;
define('DB_COLLATE', '');&#60;br /&#62;
to:&#60;br /&#62;
define('DB_CHARSET', 'utf8');&#60;br /&#62;
define('DB_COLLATE', '');&#60;/p&#62;
&#60;p&#62;The problem was almost the same issue with&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/error-saving-form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/error-saving-form&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/database-problems-while-activating-plugin&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/database-problems-while-activating-plugin&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I completely forgot that a funny error-like screen was displayed at the very first installation. It was like:&#60;br /&#62;
------------------------------------------------------&#60;br /&#62;
CREATE TABLE wp_rg_form ( id mediumint(8) unsigned not null auto_increment, title varchar(150) not null, date_created datermine not null, is_active tinyint(1) not null default 1, PRIMARY KEY (id) ) DEFAULT CHARACTER SET utf8_general_ci&#60;/p&#62;
&#60;p&#62;WordPress database error: [Unknown character set: 'utf8_general_ci']&#60;br /&#62;
CREATE TABLE wp_rg_form_meta ( form_id mediumint(8) unsigned not null, display_meta longtext, entries_grid_meta longtext, PRIMARY KEY (form_id) ) DEFAULT CHARACTER SET utf8_general_ci&#60;/p&#62;
&#60;p&#62;(omitted below)&#60;br /&#62;
------------------------------------------------------&#60;/p&#62;
&#60;p&#62;I completely forgot this error, because the next time I re-installed the gravity forms, those errors were not displayed, and I believed the installation has finished successfully.&#60;/p&#62;
&#60;p&#62;Anyway, I could solve this issue. Thank you for your help!&#60;/p&#62;
&#60;p&#62;To other users that encountered the same issue with me:&#60;br /&#62;
Basically, it looks like gravity forms attempts to create the tables at the very at the very first installation. But if you want to force those tables to be created, you can do it by Form -&#38;gt; Settings and &#34;Uninstall&#34;.&#60;/p&#62;
&#60;p&#62;You can confirm whether those table were created by looking database tables.If you can find tables starting with wp_rg_, you can tell gravity forms has created those tables.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-112432</link>
			<pubDate>Wed, 02 Jan 2013 12:57:44 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">112432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you can let us know which plugin was causing the issue, we could look into it further in the future so others don't have the same issue. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrickert on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-112430</link>
			<pubDate>Wed, 02 Jan 2013 12:51:00 +0000</pubDate>
			<dc:creator>mrickert</dc:creator>
			<guid isPermaLink="false">112430@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, David.  That worked.  I deactivated my plugins, then reactivated them one by one to find the culprit(s).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-112427</link>
			<pubDate>Wed, 02 Jan 2013 12:43:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">112427@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For your issue, you'll want to go through our plugin/theme conflict troubleshooting steps. Usually, when there is no save button, that means something is conflicting with Gravity Forms. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrickert on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-112405</link>
			<pubDate>Wed, 02 Jan 2013 11:31:46 +0000</pubDate>
			<dc:creator>mrickert</dc:creator>
			<guid isPermaLink="false">112405@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the same problem (there is no &#34;save&#34; button at the bottom of the Form Editor), and I am using WordPress 3.5.&#60;/p&#62;
&#60;p&#62;Any help or advice would be much appreciated. I'm at a loss what to do.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-112346</link>
			<pubDate>Wed, 02 Jan 2013 07:31:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">112346@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your WordPress version is out of date.  Please upgrade to the latest version, which is currently 3.5.  That is most likely what is causing the trouble.&#60;/p&#62;
&#60;p&#62;If you cannot do that, it could be a PHP memory issue, but I doubt that.  I would upgrade the WordPress version to the latest, if you can.  There have been several jQuery changes in WordPress since 3.3.1 was released and it's possible the errors you are seeing are related to that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hiro@wisteriawine.com on "I can&#039;t create a form. &#34;Oops! We could not locate your form&#34; is displayed."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/i-cant-create-a-form-oops-we-could-not-locate-your-form-is-displayed#post-112190</link>
			<pubDate>Wed, 02 Jan 2013 00:15:37 +0000</pubDate>
			<dc:creator>hiro@wisteriawine.com</dc:creator>
			<guid isPermaLink="false">112190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I purchased gravity forms a few days ago.&#60;/p&#62;
&#60;p&#62;When I tried to view the form, at my client's server, the form does not appear, but the following error does: Oops! We could not locate your form.&#60;/p&#62;
&#60;p&#62;[Environment]&#60;br /&#62;
- The problem happens at my client's server.&#60;br /&#62;
  &#60;a href=&#34;http://www.justhost.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.justhost.com/&#60;/a&#62;&#60;br /&#62;
- My client uses a customized theme.&#60;br /&#62;
- My client uses plug-ins.&#60;/p&#62;
&#60;p&#62;[Procedures]&#60;br /&#62;
1. Select [Forms]-&#38;gt;[New Form].&#60;br /&#62;
2. Press &#34;Save Form&#34;.&#60;br /&#62;
3. Select [Preview this Form].&#60;br /&#62;
4. The message, &#34;Oops! We could not locate your form.&#34; is displayed.&#60;/p&#62;
&#60;p&#62;[Addtional Information]&#60;br /&#62;
- I reinstalled gravity forms at leaset 5 times, but the outcome was the same.&#60;/p&#62;
&#60;p&#62;- When I chagend the theme to Twenty Ten, and Twenty Eleven and tried to create a form, the outcome was the same.&#60;/p&#62;
&#60;p&#62;- When I deactivated all plug-ins except gravity forms, and tried the [procedures] above, the message, &#34;There was an error while saving your form. Please contact our support team.&#34; is displayed at the step 2.&#60;/p&#62;
&#60;p&#62;- Even if I added an item like &#34;Single Line Text&#34; between the step 1 and step 2, the outcome was the same.&#60;/p&#62;
&#60;p&#62;- When I tried to import forms from [Import/Export]-&#38;gt;&#34;Import Forms&#34;-&#38;gt;&#34;Select File&#34;-&#38;gt;&#34;Import&#34;, then the message, &#34;Gravity Forms imported 1 form successfully&#34; is displayed.&#60;br /&#62;
But when I click [Forms]-&#38;gt;[Forms], the message, &#34;You don't have any forms. Let's go create one!&#34; is displayed.&#60;/p&#62;
&#60;p&#62;- When I tried to view the form, at my personal environment, the form does appear.&#60;/p&#62;
&#60;p&#62;[Basic information]&#60;br /&#62;
WP 3.3.1&#60;br /&#62;
Gravity Forms v1.6.11&#60;br /&#62;
PHP 5.2&#60;/p&#62;
&#60;p&#62;[Reference]&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/oops-we-could-not-locate-your-form-1#post-5748&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/oops-we-could-not-locate-your-form-1#post-5748&#60;/a&#62;&#60;br /&#62;
&#34;Oops! We could not locate your form&#34; was the similar topic but it didn't help me out.&#60;/p&#62;
&#60;p&#62;Any help or advice would be much appreciated. I'm at a loss what to do.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
