<?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: Building an Order Status Page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/building-an-order-status-page</link>
		<description>Gravity Support Forums Topic: Building an Order Status Page</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 16:19:16 +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/building-an-order-status-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Building an Order Status Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/building-an-order-status-page#post-192190</link>
			<pubDate>Sun, 31 Mar 2013 23:06:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">192190@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When they enter their transaction number, what will you show them?  How are you generating the transaction number now?&#60;/p&#62;
&#60;p&#62;It sounds like you need a simple form to accept one input: the transaction number. You will accept that number, and query the entries for (some form) and pull out (some fields) to show the visitor.  You can use the gform_confirmation filter to query the entries for a specific form, then return that data, or return an error if there is no match. Here is the documentation for the gform_confirmation filter &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To pull out information from previous form entries, you can use the function RGFormsModel::get_leads.  That can return all leads for one form, and you can see if there is a match on your one field, then display some of the other fields from the matching record.&#60;/p&#62;
&#60;p&#62;The RGFormsModel::get_leads function is detailed in the plugin file forms_model.php.  You can check the usage of the function there.  The code you write will be placed in your theme's functions.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mas31550 on "Building an Order Status Page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/building-an-order-status-page#post-191939</link>
			<pubDate>Sun, 31 Mar 2013 18:15:52 +0000</pubDate>
			<dc:creator>mas31550</dc:creator>
			<guid isPermaLink="false">191939@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I am trying to build a page that lets users enter their transaction number (generated upon completed transaction in an order form) and see the status of their order. I've looked through the forums but haven't been able to find exactly what I'm looking for. I don't want the users to have to create a login, I just want it to be really simple for them. Any ideas on how to do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
