<?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: What function outputs the actual form?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/what-function-outputs-the-actual-form</link>
		<description>Gravity Support Forums Topic: What function outputs the actual form?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 14:02:12 +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/what-function-outputs-the-actual-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "What function outputs the actual form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-function-outputs-the-actual-form#post-74871</link>
			<pubDate>Tue, 11 Sep 2012 21:38:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74871@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That sounds like a separate issue altogether.  Now that we have the function to display a form in your plugin, please start a new topic for this new pre-population issue and we'll help you out there. &#60;/p&#62;
&#60;p&#62;Here are the different ways to pre-populate form fields:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You might want the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#60;/a&#62; filter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>0to5 on "What function outputs the actual form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-function-outputs-the-actual-form#post-74833</link>
			<pubDate>Tue, 11 Sep 2012 14:57:18 +0000</pubDate>
			<dc:creator>0to5</dc:creator>
			<guid isPermaLink="false">74833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Duh!&#60;/p&#62;
&#60;p&#62;GFFormDisplay::get_form($atts['form']);&#60;/p&#62;
&#60;p&#62;works just fine - I didn't put RETURN before it in PHP.  I still could use a pointer in the right direction about pre-population though.  Is there a way to pull this easily out of the database?  In your function you provided:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php gravity_form($id, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, $tabindex); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;is there a way to get an array for $field_values easily from the database of an already submitted form I guess is what I'm asking.  Thanks for being so active on this support forum!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Travis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>0to5 on "What function outputs the actual form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-function-outputs-the-actual-form#post-74830</link>
			<pubDate>Tue, 11 Sep 2012 14:09:08 +0000</pubDate>
			<dc:creator>0to5</dc:creator>
			<guid isPermaLink="false">74830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris,&#60;/p&#62;
&#60;p&#62;This may work.  I need to pre-populate it with an old submission though - is there an easy way to do this pulling the info from the database?  Then with the use of Gravity Forms hooks I will want to &#34;update&#34; the submission rather than create a new one.&#60;/p&#62;
&#60;p&#62;The idea is that this will be used for a My Account page.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Travis
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "What function outputs the actual form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-function-outputs-the-actual-form#post-74815</link>
			<pubDate>Tue, 11 Sep 2012 12:43:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">74815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see the documentation here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php gravity_form($id, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, $tabindex); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will work in a theme file. Will that work in your plugin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>0to5 on "What function outputs the actual form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/what-function-outputs-the-actual-form#post-74811</link>
			<pubDate>Tue, 11 Sep 2012 12:12:12 +0000</pubDate>
			<dc:creator>0to5</dc:creator>
			<guid isPermaLink="false">74811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am creating an addon plugin for Gravity Forms.  I have the form ID I want to output in my plugin code - but what function within the Gravity Form Plugin actually outputs the form and such.  I have tried this:&#60;/p&#62;
&#60;p&#62;GFFormDisplay::get_form($atts['form']);&#60;/p&#62;
&#60;p&#62;from my plugin but it does not output anything.  Does anyone have any insight on this?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
