<?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: Meta Box of custom fields</title>
		<link>https://legacy.forums.gravityhelp.com/topic/meta-box-of-custom-fields</link>
		<description>Gravity Support Forums Topic: Meta Box of custom fields</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 22:58:44 +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/meta-box-of-custom-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>fuhrmara on "Meta Box of custom fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/meta-box-of-custom-fields#post-2577</link>
			<pubDate>Sun, 10 Jan 2010 13:39:32 +0000</pubDate>
			<dc:creator>fuhrmara</dc:creator>
			<guid isPermaLink="false">2577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi !&#60;/p&#62;
&#60;p&#62;Thanks for the answer.&#60;br /&#62;
I try the following (very simple) code example&#60;/p&#62;
&#60;p&#62;[code]&#60;br /&#62;
	function new_gravity_boxes()&#60;br /&#62;
	{&#60;br /&#62;
		gravity_form(1, false, false);&#60;br /&#62;
	} // end new_gravity_boxes&#60;/p&#62;
&#60;p&#62;	function create_gravity_box()&#60;br /&#62;
	{&#60;br /&#62;
		if ( function_exists('add_meta_box') ) {&#60;br /&#62;
			add_meta_box( 'new-gravity-boxes', __('deLuxe - Profile Settings','deluxe'), 'new_gravity_boxes', 'post', 'normal', 'high' );&#60;br /&#62;
		}&#60;br /&#62;
	} // end create_gravity_box&#60;/p&#62;
&#60;p&#62;	add_action('admin_menu', 'create_gravity_box');&#60;/p&#62;
&#60;p&#62;[/code]&#60;/p&#62;
&#60;p&#62;But the form doesn't takes the custom-field values.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Meta Box of custom fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/meta-box-of-custom-fields#post-2575</link>
			<pubDate>Sun, 10 Jan 2010 13:24:17 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;While you can't embed part of the form on the standard edit/add posts/page screens... one thing you could do is create your own plugin that adds a menu item for a custom post creation page and then the plugin itself simply calls the gravity forms function call to display a form.  That would take some plugin development knowledge to pull off.  But it is certainly possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Meta Box of custom fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/meta-box-of-custom-fields#post-2573</link>
			<pubDate>Sun, 10 Jan 2010 13:23:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you referring to being able to use a Gravity Form as a custom write panel when creating a post/page using edit posts/pages?  Currently this isn't possible.&#60;/p&#62;
&#60;p&#62; So far the focus of the plugin has been about collecting data on the front end.   It is a feature that has come up a few times so we will be looking into how we can put the Gravity Forms functionality to use on the backend. &#60;/p&#62;
&#60;p&#62;The only thing you could do at this point is create a form you want to use to create posts with the necessary custom fields and then use the Preview functionality to submit the form and create the posts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fuhrmara on "Meta Box of custom fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/meta-box-of-custom-fields#post-2570</link>
			<pubDate>Sun, 10 Jan 2010 12:01:36 +0000</pubDate>
			<dc:creator>fuhrmara</dc:creator>
			<guid isPermaLink="false">2570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi !&#60;/p&#62;
&#60;p&#62;Is it possible to add a meta-box with customs fields i created in a gravity form at the admin-panel (edit posts/pages) with the same input behavior as on the front-end ?&#60;br /&#62;
So it's possible for an admin to edit the field settings.&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Ralf
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
