<?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: Ouput entries to a page?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/ouput-entries-to-a-page</link>
		<description>Gravity Support Forums Topic: Ouput entries to a page?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 02:41:20 +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/ouput-entries-to-a-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Ouput entries to a page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ouput-entries-to-a-page#post-13881</link>
			<pubDate>Fri, 03 Dec 2010 22:44:07 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">13881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did something like this with the Gravity Forms add-on (not related to Gravity Forms in any way) from here:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-addons/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-addons/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is how I chose to display the data:&#60;br /&#62;
&#60;a href=&#34;http://guitar.chrishajer.com/review-page/&#34; rel=&#34;nofollow&#34;&#62;http://guitar.chrishajer.com/review-page/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;If you submit this form, you will see your data on that page:&#60;br /&#62;
&#60;a href=&#34;http://guitar.chrishajer.com/2010/07/06/suggest-a-restaurant/&#34; rel=&#34;nofollow&#34;&#62;http://guitar.chrishajer.com/2010/07/06/suggest-a-restaurant/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I also displayed some of it in a sidebar widget.&#60;/p&#62;
&#60;p&#62;The code to do it is all posted on that &#34;Review Page&#34; and at pastie.org.&#60;/p&#62;
&#60;p&#62;Previous discussion:&#60;br /&#62;
&#60;a href=&#34;http://forum.gravityhelp.com/topic/can-i-use-gravity-forms-for-testimonials-on-my-website#post-9483&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/topic/can-i-use-gravity-forms-for-testimonials-on-my-website#post-9483&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Or check the &#34;katz&#34; tag:&#60;br /&#62;
&#60;a href=&#34;http://forum.gravityhelp.com/tags/katz&#34; rel=&#34;nofollow&#34;&#62;http://forum.gravityhelp.com/tags/katz&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I did all that before the directory output was part of the add-on from Katz.  The directory output was added later.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeff Hester on "Ouput entries to a page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/ouput-entries-to-a-page#post-13873</link>
			<pubDate>Fri, 03 Dec 2010 19:11:31 +0000</pubDate>
			<dc:creator>Jeff Hester</dc:creator>
			<guid isPermaLink="false">13873@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've seen the Gravity Forms Directory add-on, but that output entries to a table. Nice, if that works for you, but I want to create a directory listing. My form looks like this: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.getbentflorida.com/directory/add-your-business/&#34; rel=&#34;nofollow&#34;&#62;http://www.getbentflorida.com/directory/add-your-business/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And the directory would be a simple list, amalgamating some of the fields (such as the business name and the URL), as such: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.google.com&#34; rel=&#34;nofollow&#34;&#62;Strike Zone&#60;/a&#62;&#60;br /&#62;
2771 West New Haven Avenue&#60;br /&#62;
Melbourne, FL 32904&#60;br /&#62;
321-956-3474&#60;br /&#62;
&#60;a href=&#34;mailto:strikezone@yahoo.com&#34;&#62;strikezone@yahoo.com&#60;/a&#62;&#60;br /&#62;
Live and Frozen Bait &#38;amp; Tackle Shop&#60;br /&#62;
M-F 8am – 6pm, Sat 8am-5pm, Sun 9am-4pm&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.google.com&#34; rel=&#34;nofollow&#34;&#62;Another Business&#60;/a&#62;&#60;br /&#62;
123 Main St.&#60;br /&#62;
Melbourne, FL 32904&#60;br /&#62;
321-956-3474&#60;br /&#62;
&#60;a href=&#34;mailto:anotherbusiness@yahoo.com&#34;&#62;anotherbusiness@yahoo.com&#60;/a&#62;&#60;br /&#62;
Live and Frozen Bait &#38;amp; Tackle Shop&#60;br /&#62;
M-F 8am – 6pm, Sat 8am-5pm, Sun 9am-4pm&#60;/p&#62;
&#60;p&#62;I realize that Gravity Forms doesn't provide this functionality out of the box. I'm just looking for a few pointers for a third-party plugin or suggestions on how to do this myself.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
