<?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: Access to diffrent entries by groups or users</title>
		<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users</link>
		<description>Gravity Support Forums Topic: Access to diffrent entries by groups or users</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:52:56 +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/registered-access-to-diffrent-forms-by-groups-or-users" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-357945</link>
			<pubDate>Tue, 02 Jul 2013 13:23:00 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">357945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not currently, no. You could export the entries and perform filters and whatnot on the data in Excel or another spreadsheet application.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>espo_74 on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-357928</link>
			<pubDate>Tue, 02 Jul 2013 13:16:20 +0000</pubDate>
			<dc:creator>espo_74</dc:creator>
			<guid isPermaLink="false">357928@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David--is there a way to &#34;Filter&#34; form entries then? I know one can sort the entries when viewing them--is there a filter that could be applied to only display entries with a specific value?&#60;/p&#62;
&#60;p&#62;Being able to append/query string something like:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;admin.php?page=gf_entries&#38;amp;view=entries&#38;amp;id=5&#38;amp;sort=6&#38;amp;dir=1-Sales&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-357918</link>
			<pubDate>Tue, 02 Jul 2013 13:09:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">357918@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There still isn't any way to limit entries by user role. It would require extensive customization at this time to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>espo_74 on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-357914</link>
			<pubDate>Tue, 02 Jul 2013 13:07:11 +0000</pubDate>
			<dc:creator>espo_74</dc:creator>
			<guid isPermaLink="false">357914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did you ever find a solution to this? I am hoping to do the same thing
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jean-Francois Arseneault on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-57962</link>
			<pubDate>Mon, 07 May 2012 09:34:37 +0000</pubDate>
			<dc:creator>Jean-Francois Arseneault</dc:creator>
			<guid isPermaLink="false">57962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We've got access to a PHP programmer, is there *any* way we could limit which users can see what... it doesn't have to be on the backend, we can create WP template pages with custom PHP code if need be...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-57958</link>
			<pubDate>Mon, 07 May 2012 09:17:35 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">57958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Entries aren't custom post types. Currently we store our data separately from the WordPress &#34;post&#34; system. You can create WordPress posts, or WordPress Custom Posts with Gravity Forms, but that's not how the data is stored by default.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jean-Francois Arseneault on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-57957</link>
			<pubDate>Mon, 07 May 2012 09:15:31 +0000</pubDate>
			<dc:creator>Jean-Francois Arseneault</dc:creator>
			<guid isPermaLink="false">57957@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As an alternative, would it be possible to filter GF's Custom Post Types (entries *are* CPTs right?) based on the value of a certain field.&#60;/p&#62;
&#60;p&#62;If so, we only need to fill in a hidden field in the GF form with the creator's WordPress shortname?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-46907</link>
			<pubDate>Fri, 20 Jan 2012 00:38:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">46907@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is not currently possible to restrict viewing of entries to just the creator of the entry.  It's not possible to restrict access to one entry by group.  The permissions in Gravity Forms are not that granular.  I don't think Gravity Forms will allow you to do what you want specifically by restricting certain entries to a user or group of users.&#60;/p&#62;
&#60;p&#62;Print function is available to print one or multiple entries currently.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>afidor on "Access to diffrent entries by groups or users"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/registered-access-to-diffrent-forms-by-groups-or-users#post-46824</link>
			<pubDate>Thu, 19 Jan 2012 03:12:57 +0000</pubDate>
			<dc:creator>afidor</dc:creator>
			<guid isPermaLink="false">46824@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I read in instruction that there is possibilty to view entries only by the the creator of the entry but I need add also one user or one group to view entries created by the specific user.&#60;/p&#62;
&#60;p&#62;Is it possible? I don't want to give access to admin dashboard, only on page site. This is employes degree form, one manager give degree for his employes in department for example HR and only manager has access to entries, but I'd like to give access to director of the department HR - olny for that department.  Do I have to create diffrent forms separetly for each department or only one form?  How to acheive that? I can pay extra money for script.&#60;/p&#62;
&#60;p&#62;How much do I have to pay for that script on one site - do I need any add-ons?&#60;/p&#62;
&#60;p&#62;One more question - is it possible to have print version on page with entries so manager could print chosen form?&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
