<?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: Reusable form setting</title>
		<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting</link>
		<description>Gravity Support Forums Topic: Reusable form setting</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:41:15 +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/reusable-form-setting" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Reusable form setting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting#post-89911</link>
			<pubDate>Sun, 11 Nov 2012 23:53:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">89911@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sure thing. Let us know if you need additional assistance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jazbek on "Reusable form setting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting#post-89388</link>
			<pubDate>Fri, 09 Nov 2012 18:09:47 +0000</pubDate>
			<dc:creator>jazbek</dc:creator>
			<guid isPermaLink="false">89388@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Apologies for my delayed response -- I didn't get any topic notifications past the first one. I'm preparing for a call with my client now where we'll hopefully move forward with this project.&#60;/p&#62;
&#60;p&#62;Thanks very much for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Reusable form setting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting#post-83413</link>
			<pubDate>Wed, 24 Oct 2012 18:24:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83413@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Reusable form setting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting#post-83403</link>
			<pubDate>Wed, 24 Oct 2012 17:22:53 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">83403@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Jazbek,&#60;/p&#62;
&#60;p&#62;Assuming you are talking about who can see and submit the form on the front-end this is definitely possible. The hook you would want to use is this which would add a setting on the advanced tab of the form settings.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_advanced_setting&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_advanced_setting&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here you would create the UI where the admin could specify which user roles are able to see this form and submit it. You could then use the gform_pre_render hook and the &#34;gform_get_form_filter&#34; (undocumented) hook to prevent the form for displaying for ineligible users.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Reusable form setting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting#post-83207</link>
			<pubDate>Wed, 24 Oct 2012 07:47:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could certainly use the gform_field_advanced_settings hook to modify the form builder, but I could not envision how you would actually accomplish the rest.  Permissions and entry limits are not that granular, which is why I did not see a way to do it at first.  However, anything is possible with custom code. I'll ask the developers if what you want to do is possible using the hooks which are built in to Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jazbek on "Reusable form setting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting#post-82947</link>
			<pubDate>Tue, 23 Oct 2012 12:10:49 +0000</pubDate>
			<dc:creator>jazbek</dc:creator>
			<guid isPermaLink="false">82947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Yes, what you described is what my client wants to do. I did find the developer docs after you posted, thanks. I saw the 'gform_field_advanced_settings' hook for creating a form setting, so I told them that their request would be possible. &#60;/p&#62;
&#60;p&#62;Could you explain why you believe it wouldn't?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Reusable form setting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting#post-82781</link>
			<pubDate>Mon, 22 Oct 2012 22:19:55 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">82781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All the developer docs are here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It sounds like you want your client to be able, for every form, to say which user roles can access that form, and how many submissions per user level?  Would there be multiple levels allowed for each form?  So, 10 submissions from author, 5 submissions from editor, 3 from contributor?  Or will it always be XX submissions from whatever role?&#60;/p&#62;
&#60;p&#62;I'm not sure you can accomplish this with a setting in Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jazbek on "Reusable form setting"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reusable-form-setting#post-82694</link>
			<pubDate>Mon, 22 Oct 2012 13:40:24 +0000</pubDate>
			<dc:creator>jazbek</dc:creator>
			<guid isPermaLink="false">82694@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a client who is interested in using Gravity Forms, but they'd like to limit form access based on user level, as well as limit the number of submissions allowed to each form based on user level.&#60;/p&#62;
&#60;p&#62;It sounds like I can create some custom code for them to enable this functionality, however, they've asked me if they will need to hire me each time they create a new form, to specify the user level that has access and the number of submissions per user level.&#60;/p&#62;
&#60;p&#62;So, my question is, are there hooks provided in the form settings where I could add those options to each form, so my client could set them when they create the form? &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
