<?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: View Entries Permissions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions</link>
		<description>Gravity Support Forums Topic: View Entries Permissions</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:55: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/view-entries-permissions" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "View Entries Permissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions#post-46642</link>
			<pubDate>Tue, 17 Jan 2012 20:18:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46642@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paullee357 on "View Entries Permissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions#post-46638</link>
			<pubDate>Tue, 17 Jan 2012 19:54:23 +0000</pubDate>
			<dc:creator>paullee357</dc:creator>
			<guid isPermaLink="false">46638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "View Entries Permissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions#post-46633</link>
			<pubDate>Tue, 17 Jan 2012 19:18:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You need a plugin like the Members plugin by Justin Tadlock, to give your subscribers permission to view entries.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/members/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/members/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;After you install the plugin, you need to configure the Subscriber role to give it permission to view entries.  Here is a screenshot of Gravity Forms permissions:&#60;br /&#62;
&#60;a href=&#34;http://minus.com/m9k2NT5Dl#1&#34; rel=&#34;nofollow&#34;&#62;http://minus.com/m9k2NT5Dl#1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would give Subscribers the &#34;gravityforms_view_entries&#34; capability.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paullee357 on "View Entries Permissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions#post-46539</link>
			<pubDate>Tue, 17 Jan 2012 01:39:09 +0000</pubDate>
			<dc:creator>paullee357</dc:creator>
			<guid isPermaLink="false">46539@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Steffel you said &#34;I know that you can enable certian roles to view entries..but&#34;&#60;/p&#62;
&#60;p&#62;Actually I'm looking around trying to figure that out.  How do I let a subscriber view the list of entries?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "View Entries Permissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions#post-45966</link>
			<pubDate>Tue, 10 Jan 2012 12:54:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45966@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@magi182, I don't think that addresses form-specific permissions, which is what @steffel is looking for and has been requested in the past.  The ability to restrict a role to that individuals own forms and entries only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magi182 on "View Entries Permissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions#post-45905</link>
			<pubDate>Mon, 09 Jan 2012 17:13:56 +0000</pubDate>
			<dc:creator>magi182</dc:creator>
			<guid isPermaLink="false">45905@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Maybe you know this, but you could do this fore all forms by adding the following code  (view, edit, delete and export entries for editors) to your theme'sfunctions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function add_grav_forms_permissions(){
	$role = get_role(&#38;#39;editor&#38;#39;);
	$role-&#38;gt;add_cap(&#38;#39;gravityforms_view_entries&#38;#39;);
	$role-&#38;gt;add_cap(&#38;#39;gravityforms_delete_entries&#38;#39;);
	$role-&#38;gt;add_cap(&#38;#39;gravityforms_view_entry_notes&#38;#39;);
	$role-&#38;gt;add_cap(&#38;#39;gravityforms_export_entries&#38;#39;);
}
add_action(&#38;#39;admin_init&#38;#39;,&#38;#39;add_grav_forms_permissions&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "View Entries Permissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions#post-45632</link>
			<pubDate>Thu, 05 Jan 2012 16:32:53 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">45632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's been requested in the past and we will consider this a +1 for the feature.  Thanks for the suggestion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>steffel on "View Entries Permissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/view-entries-permissions#post-45620</link>
			<pubDate>Thu, 05 Jan 2012 15:55:05 +0000</pubDate>
			<dc:creator>steffel</dc:creator>
			<guid isPermaLink="false">45620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know that you can enable certian roles to view entries..but it would be cool if you could set up roles to only see entries from certian forms. &#60;/p&#62;
&#60;p&#62;Your Forms&#60;/p&#62;
&#60;p&#62;Form 1&#60;br /&#62;
Form 2&#60;br /&#62;
Form 3&#60;/p&#62;
&#60;p&#62;User Group Access (what they can see)&#60;/p&#62;
&#60;p&#62;Administrator:  Form 1, Form 2, Form 3.&#60;br /&#62;
Editor : Form 2,&#60;br /&#62;
Subscriber: Form 3
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
