<?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: How to develop a read-only list of entries submitted by each customer?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-develop-a-read-only-list-of-entries-submitted-by-each-customer</link>
		<description>Gravity Support Forums Topic: How to develop a read-only list of entries submitted by each customer?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:29:28 +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/how-to-develop-a-read-only-list-of-entries-submitted-by-each-customer" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to develop a read-only list of entries submitted by each customer?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-develop-a-read-only-list-of-entries-submitted-by-each-customer#post-30129</link>
			<pubDate>Fri, 15 Jul 2011 14:49:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">30129@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I did something similar in the past, extracting information from Gravity Forms entries.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/show-data-on-website-from-one-specific-form-possible#post-16203&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/show-data-on-website-from-one-specific-form-possible#post-16203&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It relies on the the Gravity Forms Add-on to get the data from the entries.  In your case, you will need to restrict the entries returned to the logged in member.  &#60;/p&#62;
&#60;p&#62;1. Using the members plugin to restrict access to a page is fine&#60;br /&#62;
2. the logged in user is captured by Gravity Forms already, so there's no need to use a hidden field.&#60;br /&#62;
3. displaying entries for the logged in user only is up to you to implement in your code.&#60;/p&#62;
&#60;p&#62;It's all pretty easily doable with a little work on your part.  Check out the reply I linked and let me know if you have any questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hugocf on "How to develop a read-only list of entries submitted by each customer?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-develop-a-read-only-list-of-entries-submitted-by-each-customer#post-30058</link>
			<pubDate>Thu, 14 Jul 2011 18:57:06 +0000</pubDate>
			<dc:creator>hugocf</dc:creator>
			<guid isPermaLink="false">30058@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How can I extract and filter a list of entries submitted to a form for front-end display purposes?&#60;br /&#62;
Any pointers on how I could implement this on a custom page?&#60;/p&#62;
&#60;p&#62;I understand the currently Gravity Forms does not support displaying results of the submitted entries, but what I'm looking for here are pointers on how could I got about implementing this on my side.&#60;/p&#62;
&#60;p&#62;A client of mine has as few affiliates that log in to his site with &#34;subscriber&#34; role level users and submit reservation requests through a Gravity form. He'd like to present to his affiliates a table with a list of *their* most recent submissions (each affiliate can only see his own submissions).&#60;/p&#62;
&#60;p&#62;In short:&#60;br /&#62;
- the form is on a page that is only accessible to logged in users (using the &#34;Members&#34; plugin).&#60;br /&#62;
- the form has a hidden field &#34;code&#34; which defaults to the {user_login} value.&#60;br /&#62;
- the listing must display *only* the entries where the field &#34;code&#34; equals the currently logged in user (&#34;hacking&#34; the &#34;gf_search&#34; param won't probably work because theres is a free text &#34;observations&#34; field and search works all the fields).&#60;/p&#62;
&#60;p&#62;I'm currently using WP 3.1.2 and GF 1.5.2.8.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
