<?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 User Favorites: ITpearls</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/itpearls'>itpearls</a></link>
		<description>Gravity Support Forums User Favorites: ITpearls</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 18:29:22 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>ITpearls on "updated to newest gform version today, broke site.  Need help asap."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updated-to-newest-gform-version-today-broke-site-need-help-asap#post-52231</link>
			<pubDate>Tue, 13 Mar 2012 09:14:04 +0000</pubDate>
			<dc:creator>ITpearls</dc:creator>
			<guid isPermaLink="false">52231@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the same problem. By me I think the problem is that this call is done in the init action of my own plugin. It seems that this action is called when the gravity form plugin is inactiv. After that, I cannot access the site. I do the following:&#60;/p&#62;
&#60;p&#62;1. comment the line in my plugin&#60;br /&#62;
2. access the plugin page and activate gravity form plugin&#60;br /&#62;
3. uncomment the line in my plugin&#60;/p&#62;
&#60;p&#62;It resolves my problem, but I will have the same one by the next gravity form update. is it a way to define plugin dependency in wordpress? So if gravity form plugin is unactivated, my own will be too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Billmcq on "updated to newest gform version today, broke site.  Need help asap."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updated-to-newest-gform-version-today-broke-site-need-help-asap#post-48083</link>
			<pubDate>Wed, 01 Feb 2012 20:14:05 +0000</pubDate>
			<dc:creator>Billmcq</dc:creator>
			<guid isPermaLink="false">48083@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;anyone able to point me in the right direction?&#60;br /&#62;
 this line in my functions file is causing the crash, but I need it to be able to automatically display the forms.&#60;/p&#62;
&#60;p&#62;gravity_form_enqueue_scripts(1, true);*/&#60;/p&#62;
&#60;p&#62;what caused this to crash after the latest update?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Billmcq on "updated to newest gform version today, broke site.  Need help asap."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updated-to-newest-gform-version-today-broke-site-need-help-asap#post-47932</link>
			<pubDate>Tue, 31 Jan 2012 15:01:02 +0000</pubDate>
			<dc:creator>Billmcq</dc:creator>
			<guid isPermaLink="false">47932@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I use the following code in my themes function file inorder to automatically insert the contact for in particular categories when it is a single page.  This code worked with no issues until I upgraded gforms today.   Here is the code:&#60;/p&#62;
&#60;p&#62;/** Add gravity forms so it loads properly&#60;br /&#62;
gravity_form_enqueue_scripts(1, true);*/&#60;/p&#62;
&#60;p&#62;/** Add a contact form at the end of single posts based on category*/&#60;br /&#62;
add_action('genesis_after_post_content', 'insert_form');&#60;br /&#62;
function insert_form() {&#60;br /&#62;
if (is_single() &#38;amp;&#38;amp; in_category(array(40,39))) {&#60;br /&#62;
gravity_form(1, true, true, false, '', true);&#60;br /&#62;
}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Now, after upgrade gforms, I get this crash fatal error:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function gravity_form_enqueue_scripts() in /home/tim/public_html/wp-content/themes/prose/functions.php on line 163&#60;/p&#62;
&#60;p&#62;If I delete the line about enqueue, I get the following error:&#60;br /&#62;
Fatal error: Call to undefined function gravity_form() in /home/tim/public_html/wp-content/themes/prose/functions.php on line 169&#60;/p&#62;
&#60;p&#62;How do I fix this?   I just want the form to show on those category single pages. (worked fine until I did the plugin update today.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Bill
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
