<?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: Forms not visible to Editors</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-not-visible-to-editors</link>
		<description>Gravity Support Forums Topic: Forms not visible to Editors</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 12:02:31 +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/forms-not-visible-to-editors" rel="self" type="application/rss+xml" />

		<item>
			<title>Madwire on "Forms not visible to Editors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-visible-to-editors#post-11008</link>
			<pubDate>Mon, 11 Oct 2010 12:13:27 +0000</pubDate>
			<dc:creator>Madwire</dc:creator>
			<guid isPermaLink="false">11008@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Our solution includes creating a new role called 'Client' that's based upon Editor. This user has access to Gravity Forms except for the Settings area.&#60;/p&#62;
&#60;p&#62;Add to functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// add client role that has access to Gravity Forms (except for settings)
// this role is an addition of the Editor role
if (!get_role(&#38;#39;client&#38;#39;))
{
    $caps = get_role(&#38;#39;editor&#38;#39;)-&#38;gt;capabilities;
    $caps = array_merge($caps, array(
        &#38;#39;gravityforms_create_form&#38;#39; =&#38;gt; true,
        &#38;#39;gravityforms_delete_entries&#38;#39; =&#38;gt; true,
        &#38;#39;gravityforms_delete_forms&#38;#39; =&#38;gt; true,
        &#38;#39;gravityforms_edit_entries&#38;#39; =&#38;gt; true,
        &#38;#39;gravityforms_edit_entry_notes&#38;#39; =&#38;gt; true,
        &#38;#39;gravityforms_edit_forms&#38;#39; =&#38;gt; true,
        &#38;#39;gravityforms_edit_settings&#38;#39; =&#38;gt; false,
        &#38;#39;gravityforms_export_entries&#38;#39; =&#38;gt; true,
        &#38;#39;gravityforms_view_entries&#38;#39; =&#38;gt; true,
        &#38;#39;gravityforms_view_entry_notes&#38;#39; =&#38;gt; true
    ));
    add_role(&#38;#39;client&#38;#39;,&#38;#39;Client&#38;#39;, $caps );
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms not visible to Editors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-visible-to-editors#post-10817</link>
			<pubDate>Tue, 05 Oct 2010 15:00:24 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">10817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By default Gravity Forms is only available to Administrators.&#60;/p&#62;
&#60;p&#62;If you want to make it available to other users you need to use the Members plugin which adds Role Management capabilities to Gravity Forms.  It's also possible to write your own custom code to add capabilities to other roles.&#60;/p&#62;
&#60;p&#62;The Members plugin lets you control what roles can and can't do within Gravity Forms:&#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;</description>
		</item>
		<item>
			<title>drtanz on "Forms not visible to Editors"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-visible-to-editors#post-10811</link>
			<pubDate>Tue, 05 Oct 2010 12:54:46 +0000</pubDate>
			<dc:creator>drtanz</dc:creator>
			<guid isPermaLink="false">10811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is the gravity forms plugin available to all users in the admin, or just to administrators, as at the moment only my administrator level users are seeing it. In that case can I set it so that the editors also see it, as they would need to see the form entries.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
