<?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: Displaying data from a form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/displaying-data-from-a-form</link>
		<description>Gravity Support Forums Topic: Displaying data from a form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 15:48:03 +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/displaying-data-from-a-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Joe on "Displaying data from a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-data-from-a-form#post-4978</link>
			<pubDate>Sun, 25 Apr 2010 22:49:24 +0000</pubDate>
			<dc:creator>Joe</dc:creator>
			<guid isPermaLink="false">4978@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You are probably past this stage now, but I'll include it here for anybody tryign to figure it out and coming across this post.&#60;/p&#62;
&#60;p&#62;The code I use for the custom fields is this (the custom field name below is date):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if( get_post_meta($post-&#38;gt;ID, &#38;quot;eventdate&#38;quot;, true) ): ?&#38;gt;
&#38;lt;b&#38;gt;Date: &#38;lt;/b&#38;gt;&#38;lt;?php echo get_post_meta($post-&#38;gt;ID, &#38;quot;eventdate&#38;quot;, true); ?&#38;gt;&#38;lt;br&#38;gt;
&#38;lt;?php else: ?&#38;gt;
&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The only one this didn't seem to work with was when using a time filed.  It then just says 'array' on it.&#60;/p&#62;
&#60;p&#62;There is probably a simpler way to do it, I'm no programmer and that was just trial and error and lots pf scouring through endless websites :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hardseatsleeper on "Displaying data from a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-data-from-a-form#post-4975</link>
			<pubDate>Sun, 25 Apr 2010 22:16:47 +0000</pubDate>
			<dc:creator>hardseatsleeper</dc:creator>
			<guid isPermaLink="false">4975@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl, that's what I spent some time doing this afternoon.&#60;/p&#62;
&#60;p&#62;While it's a little more labour intensive than simply using the address field form, it's not all that much more work. And as you mention there are a lot of options for the input box - the entire country dropdown is available, for example.&#60;/p&#62;
&#60;p&#62;This thing has saved me a ton of work! I used the time I saved to eat chicken wings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Displaying data from a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-data-from-a-form#post-4971</link>
			<pubDate>Sun, 25 Apr 2010 19:12:49 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">4971@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you want to create posts based on the form data you would have to use Post Fields.  These are the only fields that create Post data.  The other fields are form fields for capturing user submissions for other uses (contact form, lead generation, etc.).&#60;/p&#62;
&#60;p&#62;You would need to use the Post Custom Fields to accomplish this combined with a custom post template to display this information the way you want it to appear.&#60;/p&#62;
&#60;p&#62;One of the field settings on the Post Custom Field is the type of field it is, so it can be more than just a simple text input box.  However, it is a single selection field so some of the more advanced fields (such as Address) don't apply.  So you would need to do multiple fields to accomplish an address input.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hardseatsleeper on "Displaying data from a form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/displaying-data-from-a-form#post-4963</link>
			<pubDate>Sun, 25 Apr 2010 17:18:36 +0000</pubDate>
			<dc:creator>hardseatsleeper</dc:creator>
			<guid isPermaLink="false">4963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am brand new to this, as of an hour ago.&#60;/p&#62;
&#60;p&#62;What I'm trying to build is a user-generated directory of stores. So the form is wonderful for capturing all kinds of things - even with a Map It! button to display a captured address on a map - but as far as I can see, it will only natively display the items added under &#34;Post Fields&#34; in a post on the front end? All that data captured is mostly for backend use?&#60;/p&#62;
&#60;p&#62;So if someone fills out an address, this will only be available in the backend? Is this right?&#60;/p&#62;
&#60;p&#62;It seems like I would need to build a series of custom fields and then make a custom post page to display those bits of data (address, phone number, etc) and not use the out-of-the-box items at all. I would use the post custom fields instead.&#60;/p&#62;
&#60;p&#62;Does this sound right? Or is there an easier/better way to handle making this kind of form?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
