<?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: WordPress Meta Box, Select List of Created Gravity Forms?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/wordpress-meta-box-select-list-of-created-gravity-forms</link>
		<description>Gravity Support Forums Topic: WordPress Meta Box, Select List of Created Gravity Forms?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 07:12:47 +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/wordpress-meta-box-select-list-of-created-gravity-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "WordPress Meta Box, Select List of Created Gravity Forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-meta-box-select-list-of-created-gravity-forms#post-66601</link>
			<pubDate>Tue, 17 Jul 2012 00:53:00 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66601@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you can use this Gravity Forms admin function to pull in a list of forms:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$forms = RGFormsModel::get_forms($active, &#38;quot;title&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That code is found in form_list.php on line 50 (in my version of Gravity Forms.)   Bear in mind that Gravity Forms is not designed to be used in the post editor area, but  I think you should be able to use some of the internal functions to populate your drop down.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harringtoncreative on "WordPress Meta Box, Select List of Created Gravity Forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-meta-box-select-list-of-created-gravity-forms#post-66497</link>
			<pubDate>Mon, 16 Jul 2012 12:54:50 +0000</pubDate>
			<dc:creator>harringtoncreative</dc:creator>
			<guid isPermaLink="false">66497@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris,&#60;/p&#62;
&#60;p&#62;Yes, that is basically the need. Again:&#60;/p&#62;
&#60;p&#62;I just need to be able to pull in all of the Forms. I then render a Select list so that a specific form can be chosen to represent that page. I will then use the saved ID to render that GForm on the page.&#60;/p&#62;
&#60;p&#62;Without using WP_Query, is there another &#34;official&#34; way to pull in an array of GForms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "WordPress Meta Box, Select List of Created Gravity Forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-meta-box-select-list-of-created-gravity-forms#post-66189</link>
			<pubDate>Fri, 13 Jul 2012 17:31:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66189@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah.  OK.  So, when the form is selected from your drop down, a custom field (meta key) is created, and that value is the form ID. Then you have code in your template (maybe?) to render the proper form by ID?  Is that the scope of the problem?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harringtoncreative on "WordPress Meta Box, Select List of Created Gravity Forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-meta-box-select-list-of-created-gravity-forms#post-66152</link>
			<pubDate>Fri, 13 Jul 2012 13:37:57 +0000</pubDate>
			<dc:creator>harringtoncreative</dc:creator>
			<guid isPermaLink="false">66152@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;...what happens is the the ID of the gravity form selected will be saved as meta information for the post. Then I can use that ID to render the form appropriately.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "WordPress Meta Box, Select List of Created Gravity Forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-meta-box-select-list-of-created-gravity-forms#post-66128</link>
			<pubDate>Fri, 13 Jul 2012 11:29:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you share a little bit more of what you mean?  The meta box will be in the wp-admin, and a list of your forms will be in a select dialog in the meta box.  But what happens after the form is selected?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>harringtoncreative on "WordPress Meta Box, Select List of Created Gravity Forms?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/wordpress-meta-box-select-list-of-created-gravity-forms#post-66019</link>
			<pubDate>Thu, 12 Jul 2012 17:04:27 +0000</pubDate>
			<dc:creator>harringtoncreative</dc:creator>
			<guid isPermaLink="false">66019@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What I'd love to be able to do is have a list of created forms in a select list so that my Custom Post Type can have a specific form assigned to it.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;select name=&#38;quot;gform-list&#38;quot;&#38;gt;
&#38;lt;option value=&#38;quot;2&#38;quot;&#38;gt;My Second Form&#38;lt;/option&#38;gt;
&#38;lt;option value=&#38;quot;6&#38;quot;&#38;gt;Another Form&#38;lt;/option&#38;gt;
&#38;lt;option value=&#38;quot;7&#38;quot;&#38;gt;Special Form&#38;lt;/option&#38;gt;
&#38;lt;/select&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So in this case, I can select a form (id) and render it within my Custom Post Type :)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;gravity_form(6, false, false, false, &#38;#39;&#38;#39;, false);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
