<?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: Echo contents of a form in a widget</title>
		<link>https://legacy.forums.gravityhelp.com/topic/echo-contents-of-a-form-in-a-widget</link>
		<description>Gravity Support Forums Topic: Echo contents of a form in a widget</description>
		<language>en-US</language>
		<pubDate>Thu, 16 Apr 2026 23:05:45 +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/echo-contents-of-a-form-in-a-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Echo contents of a form in a widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/echo-contents-of-a-form-in-a-widget#post-584</link>
			<pubDate>Mon, 28 Sep 2009 17:57:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds great.  That is the one thing I still use pods for now, and then I could probably use this for about everything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Echo contents of a form in a widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/echo-contents-of-a-form-in-a-widget#post-583</link>
			<pubDate>Mon, 28 Sep 2009 17:52:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Entry data is stored in a few different tables.  If you look at them one by one starting with the first one I list below you will see how they are related to each other. The 2 you will primarily be concerned with are:&#60;/p&#62;
&#60;p&#62;- rg_lead&#60;br /&#62;
- rg_lead_detail&#60;/p&#62;
&#60;p&#62;Obviously the table names will vary slightly as they will have your WordPress database prefix in front of them.&#60;/p&#62;
&#60;p&#62;We plan on adding this functionality as a plugin feature in the future, but I don't have a timetable.  But it's on the to do list.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Echo contents of a form in a widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/echo-contents-of-a-form-in-a-widget#post-582</link>
			<pubDate>Mon, 28 Sep 2009 17:00:27 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">582@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, that is what I want.  What tables would I need to look at?&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
Danny
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Echo contents of a form in a widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/echo-contents-of-a-form-in-a-widget#post-581</link>
			<pubDate>Mon, 28 Sep 2009 16:46:35 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you want to loop through and display form entry data on the front end?&#60;/p&#62;
&#60;p&#62;There isn't anything to do that right now.  We have plans for introducing a shortcode and function in the future for displaying entry data on the frontend (ex. for event registration you could display a list of the registered attendees) but it doesn't exist yet.&#60;/p&#62;
&#60;p&#62;You could write PHP that displays information from the table that entry data is stored in based on the form id.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Echo contents of a form in a widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/echo-contents-of-a-form-in-a-widget#post-580</link>
			<pubDate>Mon, 28 Sep 2009 16:41:59 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">580@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I want to write some php code that will loop through the data and print out the items in the database.  I am not sure what kind of schema you use.  Basically something like the loop for posts, but just for the data I have created.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Echo contents of a form in a widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/echo-contents-of-a-form-in-a-widget#post-573</link>
			<pubDate>Mon, 28 Sep 2009 10:56:32 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">573@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, i'm a little confused as to what exactly you want to do based on the description you provided.  Can you elaborate some more and then I can determine if it's possible right now.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Echo contents of a form in a widget"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/echo-contents-of-a-form-in-a-widget#post-569</link>
			<pubDate>Mon, 28 Sep 2009 00:02:23 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is the a way to echo the contents of a form through a php widget?  I want to use it to create an event item, with a time, date, room numer, and agenda details, and loop through all non expired events, and put them in a sidebar widget space.  Is there a helper for that?   I have not seen any examples for echo'ing individual columns within a form, much less, crating a report.  Thanks in advance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
