<?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: Allowing users access to form entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries</link>
		<description>Gravity Support Forums Topic: Allowing users access to form entries</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Apr 2026 14:26: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/allowing-users-access-to-form-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-36359</link>
			<pubDate>Tue, 27 Sep 2011 13:24:32 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">36359@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Brian and Richard, this has gotten pretty far off topic for a Pre Purchase thread, so I'm going to close it.  Brian, if you need assistance with this, please start a new support topic.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Brian Schmitt on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-36322</link>
			<pubDate>Tue, 27 Sep 2011 09:42:33 +0000</pubDate>
			<dc:creator>Brian Schmitt</dc:creator>
			<guid isPermaLink="false">36322@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Don't know if it matters or not, but I'm not using the GF paypal plugin- I needed the ability to have coupon codes so I'm using Cart66 (which integrates nicely with GF) to process payments. &#60;/p&#62;
&#60;p&#62;I found that if I used more than one integration with GF the others would break. I was using User registration and MailChimp as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Brian Schmitt on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-36321</link>
			<pubDate>Tue, 27 Sep 2011 09:39:30 +0000</pubDate>
			<dc:creator>Brian Schmitt</dc:creator>
			<guid isPermaLink="false">36321@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard,&#60;/p&#62;
&#60;p&#62;That is extremely helpful. Your assumptions were correct. However, I've inserted the code you posted into a PHP widget on my sidebar and when I click it (while logged in as an author I use for testing) I get this resulting url: &#60;a href=&#34;http://www.testmymessage.com/?author=/&#34; rel=&#34;nofollow&#34;&#62;http://www.testmymessage.com/?author=/&#60;/a&#62; with a 404 error. &#60;/p&#62;
&#60;p&#62;Any further help is greatly appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-36304</link>
			<pubDate>Tue, 27 Sep 2011 03:49:17 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">36304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By the way, for those interested in the ability to edit posts from the front end, the latest release of the third party Gravity Forms Directory Add-On now supports the ability for a user to edit his or her entries from the front end, assuming you're showing the entries on the front end via the directory shortcode.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-36303</link>
			<pubDate>Tue, 27 Sep 2011 03:44:37 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">36303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Brian - I'm just another GF user but have been deploying GF on multiple sites since shortly after it was first released. I'm not entirely clear on what you're trying to do, but it sounds like you:&#60;/p&#62;
&#60;p&#62;- are setting up a pay to post mechanism (doable with the PayPal Add-On); and&#60;br /&#62;
- would like a user (who has presumably paid to post) to be able to logon and see only his/her paid-for posts.&#60;/p&#62;
&#60;p&#62;If that's right, you can achieve that with a combination of Peter's Logon Redirect plugin and creating a dynamic link in the navigation for &#34;My Posts&#34; which only appears when the user is logged in. This is the code I've used in the past to achieve the latter (which in my case I added to the theme's header.php file alongside the existing horizontal nav list):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php global $user_login; if($user_login) { ?&#38;gt;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://yoursite.com/?author=&#38;lt;?php echo $user_ID; ?&#38;gt;/&#38;quot; &#38;gt;My Posts&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;In essence, the redirect plugin can be used to take the user straight back to the homepage (or other designated page) upon logging in and the code above can be used to create a link to the user's posts. I've not tried adding the code above to the entry for the redirect in the backend/admin. Perhaps that would work. Come to think of it, it seems that that's what you're after. Might be worth a try.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Brian Schmitt on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-36290</link>
			<pubDate>Mon, 26 Sep 2011 22:43:11 +0000</pubDate>
			<dc:creator>Brian Schmitt</dc:creator>
			<guid isPermaLink="false">36290@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Andris,&#60;/p&#62;
&#60;p&#62;DId you find a way to accomplish your goal? I am trying to do the same thing and struggling to find a solution. I am using Cart66 to process PayPal express transactions, and using GF to take the info, make a post, Cart66 takes the payment, returns them to a thank you page were another GF ask them to create a user account. This creates an &#34;Author&#34; account in WordPress.&#60;/p&#62;
&#60;p&#62;I'd like to be able to let user login and see only their posts listed on a front side page. Clicking on a post title would take them to the post's page where they can see other user's comments on their post and make comments themselves. They do not need edit rights.&#60;/p&#62;
&#60;p&#62;Thanks for any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carmello on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-35537</link>
			<pubDate>Fri, 16 Sep 2011 23:10:44 +0000</pubDate>
			<dc:creator>Carmello</dc:creator>
			<guid isPermaLink="false">35537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl, one thing that would be really helpful in future updates for my clients would be that logged in user without the capability to edit forms would not see the edit forms button in the forms menu.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jameztcc on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-35535</link>
			<pubDate>Fri, 16 Sep 2011 22:34:00 +0000</pubDate>
			<dc:creator>jameztcc</dc:creator>
			<guid isPermaLink="false">35535@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;thanks, the list is very useful. Thanks,&#60;br /&#62;
James Tan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-35503</link>
			<pubDate>Fri, 16 Sep 2011 15:14:17 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">35503@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We do not have a detailed explanation of each capability as they are pretty self explanatory and typically the name of the capability is sufficient in explaining what it allows.  You can find a full list here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Role_Management&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Role_Management&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jameztcc on "Allowing users access to form entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allowing-users-access-to-form-entries#post-35466</link>
			<pubDate>Fri, 16 Sep 2011 01:47:34 +0000</pubDate>
			<dc:creator>jameztcc</dc:creator>
			<guid isPermaLink="false">35466@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;/p&#62;
&#60;p&#62;I can't use Members (got segmentation faults) but I am using User Role Editor and Capabilities Manager plugins. In these 2 plugins I can see consistently the following capabilities:&#60;/p&#62;
&#60;p&#62; gravityforms_mailchimp&#60;br /&#62;
 gravityforms_mailchimp_uninstall&#60;br /&#62;
 gravityforms_user_registration&#60;br /&#62;
 gravityforms_user_registration_uninstall&#60;/p&#62;
&#60;p&#62;The ones I wanted to use as shown in your &#60;a href=&#34;http://grab.by/8diR&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/8diR&#60;/a&#62; e.g. _view_entries is not shown in my plugins. Are they still valid to use and where can I read about the purpose of these capabilities so to properly use them?&#60;/p&#62;
&#60;p&#62;thanks!&#60;br /&#62;
James Tan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
