<?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: gravity forms fields into single.php</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-fields-into-singlephp</link>
		<description>Gravity Support Forums Topic: gravity forms fields into single.php</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 00:56:33 +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/gravity-forms-fields-into-singlephp" rel="self" type="application/rss+xml" />

		<item>
			<title>thegreenpages on "gravity forms fields into single.php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-fields-into-singlephp#post-2458</link>
			<pubDate>Mon, 04 Jan 2010 11:33:48 +0000</pubDate>
			<dc:creator>thegreenpages</dc:creator>
			<guid isPermaLink="false">2458@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl, I would love to see this expanded in the Custom Field functionality as well. Keep up the great work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gravity forms fields into single.php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-fields-into-singlephp#post-930</link>
			<pubDate>Thu, 15 Oct 2009 11:04:21 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">930@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Only the post fields create post data.  The Standard and Advanced fields do not create post related data because Posts in WordPress.  So using the Name, Email, Phone and Drop Down fields will not create post related data.&#60;/p&#62;
&#60;p&#62;You have to use the Post Fields (Title, Body, Custom Field, etc.) to create posts. &#60;/p&#62;
&#60;p&#62;You would have to use Custom Fields for Name, Email, Phone, etc.  Drop Downs aren't available for Custom Fields, only text inputs.  Although we plan on expanding the Custom Field functionality in the next release.&#60;/p&#62;
&#60;p&#62;Otherwise you would have to write custom PHP to read data from the Gravity Forms database tables to display them in your single.php file, but this would require PHP and MySQL knowledge to pull this information in dynamically.  It's possible to do, but Gravity Forms doesn't have a function call for this.  You would have to write it yourself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michael on "gravity forms fields into single.php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-fields-into-singlephp#post-928</link>
			<pubDate>Thu, 15 Oct 2009 10:57:57 +0000</pubDate>
			<dc:creator>michael</dc:creator>
			<guid isPermaLink="false">928@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;But I made a mistake in this posting, sorry: I don't want to integrate a form in my page, i want to integrate the datas of the form which are defined by the user who submit the form. Example: The user could publish a blog entry by my form. For this he have to define the fields Name, Email, Phone and a Drop Down List with some opions. This datas i want to include in his blog post (single.php).&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gravity forms fields into single.php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-fields-into-singlephp#post-927</link>
			<pubDate>Thu, 15 Oct 2009 10:36:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">927@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can insert a form into a WordPress theme template using a function call.&#60;/p&#62;
&#60;p&#62;If you go to the &#34;Help&#34; page under the &#34;Forms&#34; navigation item that Gravity Forms adds to WordPress, you will see an example and instructions for using the function call.&#60;/p&#62;
&#60;p&#62;It  looks like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php gravity_form(2, false, false); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Parameter 1 (id): (Required) The id of the form to be embedded&#60;/p&#62;
&#60;p&#62;Parameter 2 (title): (Optional) Whether or not do display the form title. Defaults to 'false'&#60;/p&#62;
&#60;p&#62;Parameter 3(description): (Optional) Whether or not do display the form description. Defaults to 'false'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>michael on "gravity forms fields into single.php"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-fields-into-singlephp#post-926</link>
			<pubDate>Thu, 15 Oct 2009 09:51:33 +0000</pubDate>
			<dc:creator>michael</dc:creator>
			<guid isPermaLink="false">926@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys!&#60;/p&#62;
&#60;p&#62;I created a form. I added the required fields Name, Email, Phone and Drop Down. Now I'm interested in display this data in the single.php of Wordpress, because every post in my blog should include this. I know: I've create Php-tags like this in my editor: &#38;lt;?php the_tags('',' , ',''); ?&#38;gt; But where I can find this tags for my fields?&#60;/p&#62;
&#60;p&#62;Thanks a lot.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
