<?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: Possible to force enqueue_form_scripts()?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/possible-to-force-enqueue_form_scripts</link>
		<description>Gravity Support Forums Topic: Possible to force enqueue_form_scripts()?</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Apr 2026 12:21:17 +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/possible-to-force-enqueue_form_scripts" rel="self" type="application/rss+xml" />

		<item>
			<title>jonathandchr on "Possible to force enqueue_form_scripts()?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-force-enqueue_form_scripts#post-10910</link>
			<pubDate>Thu, 07 Oct 2010 15:48:40 +0000</pubDate>
			<dc:creator>jonathandchr</dc:creator>
			<guid isPermaLink="false">10910@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow jeesh usually I'm pretty good about RTFM but I missed that -- thanks a lot, Carl, works great.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Possible to force enqueue_form_scripts()?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-force-enqueue_form_scripts#post-10909</link>
			<pubDate>Thu, 07 Oct 2010 15:46:41 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">10909@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Gravity Forms related scripts can be called via enqueue.  You can find instructions for this at the bottom of the documentation page that discusses how to embed a form here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/embedding-a-form/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/embedding-a-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonathandchr on "Possible to force enqueue_form_scripts()?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-force-enqueue_form_scripts#post-10907</link>
			<pubDate>Thu, 07 Oct 2010 15:18:13 +0000</pubDate>
			<dc:creator>jonathandchr</dc:creator>
			<guid isPermaLink="false">10907@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm currently working on an implementation that uses Pods to power an Events section of a website. I'm using Gravity Forms to handle event registrations, and defining a relationship between an Event (Pod entry) and a single Gravity Form. I then pass that form ID to a Pod Page (which isn't technically a WordPress page) which in turn fires a do_shortcode() using the ID that was passed.&#60;/p&#62;
&#60;p&#62;The shortcode fires as expected, but the scripts are not enqueued. I realize this is a pretty big hack as far as Gravity Forms is concerned, and I'm just curious about any direction that can be offered.&#60;/p&#62;
&#60;p&#62;My attempt so far includes checking for the Pod page in the &#38;lt;head&#38;gt; of the document and if we're on an event registration page I fire:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;require_once( GFCommon::get_base_path() . &#38;quot;/form_display.php&#38;quot; );
$form = RGFormsModel::get_form_meta( intval( pods_url_variable( -1 ) ) );
GFFormDisplay::enqueue_form_scripts( $form );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I var_dump()'d $form and the data is all there, but nothing seems to be enqueued. Again, I realize posting here is a stretch but I'd love to help other Pods users should they request support in this area. Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
