<?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: Error on line 14 on Create Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form</link>
		<description>Gravity Support Forums Topic: Error on line 14 on Create Form</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 03:41:56 +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/error-on-line-14-on-create-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-20323</link>
			<pubDate>Thu, 10 Mar 2011 11:58:35 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20323@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Aaron Not at all Aaron, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Forgue on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-20301</link>
			<pubDate>Wed, 09 Mar 2011 21:32:55 +0000</pubDate>
			<dc:creator>Aaron Forgue</dc:creator>
			<guid isPermaLink="false">20301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl, yeah after I made my post I realized that we crossed streams. Didn't mean to come across as snarky or rude.&#60;/p&#62;
&#60;p&#62;Thanks for the quick response and great plugin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-20264</link>
			<pubDate>Wed, 09 Mar 2011 15:51:42 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20264@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Aaron Yep, didn't see your follow up reply until after I had responded so I had not seen that it was WP_DEBUG.  We do clean up notices as we go along so these should be resolved in 1.5.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Forgue on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-20261</link>
			<pubDate>Wed, 09 Mar 2011 15:45:06 +0000</pubDate>
			<dc:creator>Aaron Forgue</dc:creator>
			<guid isPermaLink="false">20261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Carl, yup, that's what I said: Our problem was that we had WP_DEBUG on, which threw Notices and messed up some of the GF JS. Turning off WP_DEBUG fixed the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-20260</link>
			<pubDate>Wed, 09 Mar 2011 15:42:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20260@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Aaron Forgue You have WP DEBUG mode turned on.  These are debug notices, not error messages.  They are notices.  We clean up DEBUG related notices with each new release.  If you don't want to see them, turn off DEBUG mode.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Forgue on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-20257</link>
			<pubDate>Wed, 09 Mar 2011 15:39:57 +0000</pubDate>
			<dc:creator>Aaron Forgue</dc:creator>
			<guid isPermaLink="false">20257@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, figured out what our problem was: we had WP_DEBUG enabled.&#60;/p&#62;
&#60;p&#62;Why was this a problem? Well, with WP_DEBUG enabled, PHP notices were being output. These outputs screwed up some of the GF JavaScript.&#60;/p&#62;
&#60;p&#62;So for example:&#60;br /&#62;
This line in gravityforms/JS.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;field.inputs = [new Input(field.id + 0.2, &#38;#39;&#38;lt;?php echo apply_filters(&#38;quot;gform_name_prefix_{$_GET[&#38;quot;id&#38;quot;]}&#38;quot;, apply_filters(&#38;quot;gform_name_prefix&#38;quot;, __(&#38;quot;Prefix&#38;quot;, &#38;quot;gravityforms&#38;quot;))); ?&#38;gt;&#38;#39;), new Input(field.id + 0.3, &#38;#39;&#38;lt;?php echo apply_filters(&#38;quot;gform_name_first_{$_GET[&#38;quot;id&#38;quot;]}&#38;quot;,apply_filters(&#38;quot;gform_name_first&#38;quot;,__(&#38;quot;First&#38;quot;, &#38;quot;gravityforms&#38;quot;))); ?&#38;gt;&#38;#39;), new Input(field.id + 0.6, &#38;#39;&#38;lt;?php echo apply_filters(&#38;quot;gform_name_last_{$_GET[&#38;quot;id&#38;quot;]}&#38;quot;, apply_filters(&#38;quot;gform_name_last&#38;quot;,__(&#38;quot;Last&#38;quot;, &#38;quot;gravityforms&#38;quot;))); ?&#38;gt;&#38;#39;), new Input(field.id + 0.8, &#38;#39;&#38;lt;?php echo apply_filters(&#38;quot;gform_name_suffix_{$_GET[&#38;quot;id&#38;quot;]}&#38;quot;, apply_filters(&#38;quot;gform_name_suffix&#38;quot;,__(&#38;quot;Suffix&#38;quot;, &#38;quot;gravityforms&#38;quot;))); ?&#38;gt;&#38;#39;)];&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Became this, since a notice was thrown:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;field.inputs = [new Input(field.id + 0.2, &#38;#39;
&#38;lt;b&#38;gt;Notice&#38;lt;/b&#38;gt;:  Undefined index: id in &#38;lt;b&#38;gt;/websites/stage.payperclickuniverse.com/public_html/wp-content/plugins/gravityforms/js.php&#38;lt;/b&#38;gt; on line &#38;lt;b&#38;gt;699&#38;lt;/b&#38;gt;
Prefix&#38;#39;), new Input(field.id + 0.3, &#38;#39;
&#38;lt;b&#38;gt;Notice&#38;lt;/b&#38;gt;:  Undefined index: id in &#38;lt;b&#38;gt;/websites/stage.payperclickuniverse.com/public_html/wp-content/plugins/gravityforms/js.php&#38;lt;/b&#38;gt; on line &#38;lt;b&#38;gt;699&#38;lt;/b&#38;gt;
First&#38;#39;), new Input(field.id + 0.6, &#38;#39;
&#38;lt;b&#38;gt;Notice&#38;lt;/b&#38;gt;:  Undefined index: id in &#38;lt;b&#38;gt;/websites/stage.payperclickuniverse.com/public_html/wp-content/plugins/gravityforms/js.php&#38;lt;/b&#38;gt; on line &#38;lt;b&#38;gt;699&#38;lt;/b&#38;gt;
Last&#38;#39;), new Input(field.id + 0.8, &#38;#39;
&#38;lt;b&#38;gt;Notice&#38;lt;/b&#38;gt;:  Undefined index: id in &#38;lt;b&#38;gt;/websites/stage.payperclickuniverse.com/public_html/wp-content/plugins/gravityforms/js.php&#38;lt;/b&#38;gt; on line &#38;lt;b&#38;gt;699&#38;lt;/b&#38;gt;
Suffix&#38;#39;)];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Moral of the story? Turn off WP_DEBUG or convince the GF devs to do a little more checking/validation of data returned by apply_filters.&#60;/p&#62;
&#60;p&#62;Hope this helps!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Forgue on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-20251</link>
			<pubDate>Wed, 09 Mar 2011 15:28:05 +0000</pubDate>
			<dc:creator>Aaron Forgue</dc:creator>
			<guid isPermaLink="false">20251@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just FYI, getting similar errors upon activation of the plugin...&#60;/p&#62;
&#60;p&#62;I get this on multiple pages in the admin:&#60;br /&#62;
Notice: Undefined index: page in /websites/stage.payperclickuniverse.com/public_html/wp-content/plugins/gravityforms/gravityforms.php on line 364&#60;/p&#62;
&#60;p&#62;And this on the New Form page:&#60;br /&#62;
Notice: Undefined index: operation in /websites/stage.payperclickuniverse.com/public_html/wp-content/plugins/gravityforms/form_detail.php on line 14&#60;/p&#62;
&#60;p&#62;Fresh install of Wordpress 3.1, GF 1.4.5
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-14902</link>
			<pubDate>Wed, 22 Dec 2010 16:12:51 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14902@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In order to debug this, it's an issue specific to your site, we would need access to your site to determine the issue.  Ideally this would be a WordPress admin login and FTP login.  You can send this information to us via our Contact Us form and reference this forum post and we can work with you to determine what is going on and get it resolved so you can get up and running as expected.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shines on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-14896</link>
			<pubDate>Wed, 22 Dec 2010 13:56:54 +0000</pubDate>
			<dc:creator>Shines</dc:creator>
			<guid isPermaLink="false">14896@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl,&#60;/p&#62;
&#60;p&#62;I've uninstalled, and reinstalled using the official method.&#60;/p&#62;
&#60;p&#62;Now I'm now getting the same error on line 14, plus a new error (around gform_tooltip, which means the plugin dies before being able to do very much or be able to be registered).&#60;/p&#62;
&#60;p&#62;Are there other methods of double-checking it's completely uninstalled and cleared out before attempting to reinstall? &#60;/p&#62;
&#60;p&#62;I've also tried switching themes, and turning off all plugins except Gravity Forms to confirm it's unique to GForms rather than plugin interaction errors.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Sarah
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Error on line 14 on Create Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-on-line-14-on-create-form#post-14798</link>
			<pubDate>Mon, 20 Dec 2010 13:18:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14798@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Shines it was a bad install. The user had to completely uninstall Gravity Forms using the uninstall option on the Settings page (Forms &#38;gt; Settings) and then re-download the files and re-FTP them to his site and then activate.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
