<?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: Function to get form entry by ID?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/function-to-get-form-entry-by-id</link>
		<description>Gravity Support Forums Topic: Function to get form entry by ID?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 09:32:30 +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/function-to-get-form-entry-by-id" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Function to get form entry by ID?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/function-to-get-form-entry-by-id#post-72564</link>
			<pubDate>Sat, 25 Aug 2012 09:22:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72564@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no documentation online that I know of, other than the &#60;a&#62;developer docs&#60;/a&#62;.  I found that function looking through the source code of the plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joshcanhelp on "Function to get form entry by ID?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/function-to-get-form-entry-by-id#post-72516</link>
			<pubDate>Fri, 24 Aug 2012 15:00:02 +0000</pubDate>
			<dc:creator>joshcanhelp</dc:creator>
			<guid isPermaLink="false">72516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is, in fact, exactly what I needed, thank you. &#60;/p&#62;
&#60;p&#62;Are these types of API functions documented anywhere? I looked but certainly possible that I missed something. &#60;strong&#62;Edit:&#60;/strong&#62; specifically, getting forms (get_form is pretty sparse) and getting field information for particular forms (specifically option items for drop-downs)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Function to get form entry by ID?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/function-to-get-form-entry-by-id#post-72419</link>
			<pubDate>Fri, 24 Aug 2012 01:54:21 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">72419@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think this is what you want.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$lead = RGFormsModel::get_lead($lead_id);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The lead object when you dump the array will look something like this: &#60;a href=&#34;http://grab.by/7V2c&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/7V2c&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joshcanhelp on "Function to get form entry by ID?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/function-to-get-form-entry-by-id#post-72283</link>
			<pubDate>Thu, 23 Aug 2012 11:07:15 +0000</pubDate>
			<dc:creator>joshcanhelp</dc:creator>
			<guid isPermaLink="false">72283@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Back up ... &#60;/p&#62;
&#60;p&#62;Hoping to avoid writing a SQL query for this, seems like a pretty straightforward API function to have available.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joshcanhelp on "Function to get form entry by ID?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/function-to-get-form-entry-by-id#post-71951</link>
			<pubDate>Tue, 21 Aug 2012 15:22:36 +0000</pubDate>
			<dc:creator>joshcanhelp</dc:creator>
			<guid isPermaLink="false">71951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This seems like a simple thing but lots of searching didn't find anything. &#60;/p&#62;
&#60;p&#62;On my confirmation page, I want to display information based on what was submitted. I'm passing the entry ID in a URL query but how do I look up that form entry? Is there a &#60;code&#62;get_entry($id)&#60;/code&#62; function I can use?&#60;/p&#62;
&#60;p&#62;Thanks in advance...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
