<?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: role-based access to form entries?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries</link>
		<description>Gravity Support Forums Topic: role-based access to form entries?</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 10:41:38 +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/role-based-access-to-form-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "role-based access to form entries?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries#post-64838</link>
			<pubDate>Thu, 05 Jul 2012 08:00:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">64838@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Mike, please contact the developer of that add-on to learn more about its capabilities.  The directory add-on was not created by Gravityforms (Rocketgenius.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mikebrown on "role-based access to form entries?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries#post-64824</link>
			<pubDate>Thu, 05 Jul 2012 03:39:00 +0000</pubDate>
			<dc:creator>mikebrown</dc:creator>
			<guid isPermaLink="false">64824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm also looking for this capability. Is this possible when using the Gravity Forms Directory plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-addons/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-addons/&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Basically I have 10 different users capturing data and I want them to be able to view/edit only data that they have submitted.&#60;/p&#62;
&#60;p&#62;Thanks for a great plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SethStevenson on "role-based access to form entries?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries#post-63778</link>
			<pubDate>Wed, 27 Jun 2012 10:55:23 +0000</pubDate>
			<dc:creator>SethStevenson</dc:creator>
			<guid isPermaLink="false">63778@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was going to submit a feature request for this but then stumbled across this conversation. I am also looking to assign permissions on a form by form basis. I would like to be able to give access to certain form entries to certain people.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chattin on "role-based access to form entries?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries#post-59569</link>
			<pubDate>Sun, 20 May 2012 20:57:58 +0000</pubDate>
			<dc:creator>Chattin</dc:creator>
			<guid isPermaLink="false">59569@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am also looking for this capability.  Is there another way to accomplish the same end without using roles based permissions... perhaps making .csv downloads of the select forms availible as hyperlinks on private/password protected pages?  Just a thought/brainstorm.  I'm curious if there is a way to get around the non-granularity that would be suffecient in the interim.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "role-based access to form entries?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries#post-54149</link>
			<pubDate>Tue, 03 Apr 2012 16:40:33 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">54149@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms role management capabilities mimic basic WordPress role management capabilities in that the capabilities are tied to primary capabilities such as the ability to edit forms, the ability to view entries, etc.&#60;/p&#62;
&#60;p&#62;The WordPress role management capabilities that Gravity Forms provides are not granular like you have described to where they can be controlled on a form by form basis.   So this isn't going to be possible with the existing role management capabilities that Gravity Forms provides as you appear to be aware.&#60;/p&#62;
&#60;p&#62;From reviewing the available admin focused hooks, it doesn't look like this can be done using existing hooks which means it's not going to be possible without editing core plugin code, which is never a recommended course of action.  But unfortunately that appears like it would be the only way to implement the customizations necessary to do what you describe.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gmw on "role-based access to form entries?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries#post-53877</link>
			<pubDate>Fri, 30 Mar 2012 12:56:26 +0000</pubDate>
			<dc:creator>gmw</dc:creator>
			<guid isPermaLink="false">53877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Following Tom Tongs approach in the link in my previous post, I installed Justin Tadlock's Members plugin. I too was unable to implement the granularity of permissions that I was hoping for: assigning a role to a user and restricting that user to only view, edit download the form(s) and entries assigned to their role.&#60;/p&#62;
&#60;p&#62;While I understand that the current version of GF does not support this granularity out of the box, I was wondering if a little bit of custom code and few small hacks might be able to do the trick. &#60;/p&#62;
&#60;p&#62;In a nutshell, here is what I would like to do:&#60;/p&#62;
&#60;p&#62;1) Assign form ids to a user role. A role will only be able to see the forms/entries assigned to that role.&#60;/p&#62;
&#60;p&#62;2) On the Forms &#124; Entries submenu item, only forms/entries assigned to that role will be visible.&#60;/p&#62;
&#60;p&#62;3) On the Forms &#124; Import/Export submenu page, I would like to restrict the user to only be able to see the download entries assigned to that role.&#60;/p&#62;
&#60;p&#62;4) On the Forms &#124; Import/Export submenu page, I would like to disable/remove the ability to Export Forms and Import Forms.&#60;/p&#62;
&#60;p&#62;I realize the downside of using hacks but this functionality would be extremely beneficial for my site. I also realize that this inquiry is outside of normal GF support obligations. I was just hoping that someone may be able to offer some ideas on the possibility of implementing something like this.&#60;/p&#62;
&#60;p&#62;Any suggestions, anyone? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gmw on "role-based access to form entries?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries#post-53842</link>
			<pubDate>Fri, 30 Mar 2012 07:38:25 +0000</pubDate>
			<dc:creator>gmw</dc:creator>
			<guid isPermaLink="false">53842@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The following post by Kevin Flahaut indicates that this can NOT be done at this time.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/backend-show-certain-form-entries-to-specific-role&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/backend-show-certain-form-entries-to-specific-role&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gmw on "role-based access to form entries?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/role-based-access-to-form-entries#post-53672</link>
			<pubDate>Wed, 28 Mar 2012 09:06:24 +0000</pubDate>
			<dc:creator>gmw</dc:creator>
			<guid isPermaLink="false">53672@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We partner with local sports organizations and host sporting events around the country. We use GF to register teams that wish to participate. Is it possible that these local organizations could login to the WP back-end and view/edit/download to csv the entries for the form used for their event? They should only be able to see their event form and not the forms for other events/organizations.&#60;/p&#62;
&#60;p&#62;BTW, GF rocks! Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
