<?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: Finding a form&#039;s source code</title>
		<link>https://legacy.forums.gravityhelp.com/topic/finding-a-forms-source-code</link>
		<description>Gravity Support Forums Topic: Finding a form&#039;s source code</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:01:41 +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/finding-a-forms-source-code" rel="self" type="application/rss+xml" />

		<item>
			<title>tasseyrusso on "Finding a form&#039;s source code"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/finding-a-forms-source-code#post-20305</link>
			<pubDate>Wed, 09 Mar 2011 22:26:39 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">20305@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you!  Will give this a try...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Finding a form&#039;s source code"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/finding-a-forms-source-code#post-20303</link>
			<pubDate>Wed, 09 Mar 2011 22:15:36 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">20303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You just right click and view the page source.. search for the &#34;gform_wrapper&#34; class an everything contained in there is your form.&#60;/p&#62;
&#60;p&#62;That said, if you copy the form output itself, you will probably lose some of the functionality, validation, etc. and I'm sure you're not okay with that.&#60;/p&#62;
&#60;p&#62;If you want to embed the form directly into a php file/page template, there is a php function call for that.&#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;
&#60;p&#62;Note: When using a Gravity Form in a sidebar widget or embedding it anywhere using the function call, you need to manually enqueue the scripts and CSS by placing a short script block in your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;wp_enqueue_script(&#38;quot;gforms_ui_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/jquery-ui/ui.datepicker.js&#38;quot;, array(&#38;quot;jquery&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_datepicker&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/datepicker.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_script(&#38;quot;gforms_conditional_logic_lib&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/js/conditional_logic.js&#38;quot;, array(&#38;quot;gforms_ui_datepicker&#38;quot;), &#38;quot;1.3.9&#38;quot;, true);

wp_enqueue_style(&#38;quot;gforms_css&#38;quot;, WP_PLUGIN_URL . &#38;quot;/gravityforms/css/forms.css&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Without this, the conditional logic scripts, datepicker script, form CSS and other elements needed for the full form functionality aren't loaded.&#60;/p&#62;
&#60;p&#62;You can find more information at the URL below&#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>tasseyrusso on "Finding a form&#039;s source code"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/finding-a-forms-source-code#post-20300</link>
			<pubDate>Wed, 09 Mar 2011 20:34:13 +0000</pubDate>
			<dc:creator>tasseyrusso</dc:creator>
			<guid isPermaLink="false">20300@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;site:  &#60;a href=&#34;http://www.videocharisma.tv&#34; rel=&#34;nofollow&#34;&#62;http://www.videocharisma.tv&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How am I able to find the source code for a form that I've created so that I can hard code it into a php file?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
