<?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: Fill out a form =&#62; make a menu entry visible</title>
		<link>https://legacy.forums.gravityhelp.com/topic/fill-out-a-form-make-a-menu-entry-visible</link>
		<description>Gravity Support Forums Topic: Fill out a form =&gt; make a menu entry visible</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:23:47 +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/fill-out-a-form-make-a-menu-entry-visible" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Fill out a form =&#62; make a menu entry visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fill-out-a-form-make-a-menu-entry-visible#post-73383</link>
			<pubDate>Thu, 30 Aug 2012 22:19:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">73383@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've used this plugin in the past to display a different menu to logged in users and visitors:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/wp-custom-menu-filter-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-custom-menu-filter-plugin/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Fill out a form =&#62; make a menu entry visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fill-out-a-form-make-a-menu-entry-visible#post-73322</link>
			<pubDate>Thu, 30 Aug 2012 15:10:08 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">73322@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So, from Gravity Forms' perspective, it can register users, but beyond that, none of this would be controlled or managed with Gravity Forms. &#60;/p&#62;
&#60;p&#62;You could add custom user meta information that Gravity Forms adds to a user profile that is called menuaccess and so when they submit, it adds a value to menuaccess so that anyone registering through your form gets menuaccess. You could even have the value be 100 and then however you decide to hide menus, you could test against the custom user meta, saying if menuaccess = 100, write menu...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>contractors on "Fill out a form =&#62; make a menu entry visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fill-out-a-form-make-a-menu-entry-visible#post-73319</link>
			<pubDate>Thu, 30 Aug 2012 14:50:36 +0000</pubDate>
			<dc:creator>contractors</dc:creator>
			<guid isPermaLink="false">73319@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is new functionality that is urgently needed BUT that also means I can be flexible. &#60;/p&#62;
&#60;p&#62;And yes, I plan on using GF and the Registration Add-On to self-register users (and sending a verification email as part of that process).&#60;/p&#62;
&#60;p&#62;As for the menu items that are to be dynamically authorized on an individual basis: those similarly do not exist yet so I can implement them in any manner that gets the job done.&#60;/p&#62;
&#60;p&#62;Here is expected flow. I expect there to be several menu items that are dynamically authorized by a single user, only not all at the same time:&#60;/p&#62;
&#60;p&#62;- On day one the WP website will contain several menu items that are hidden to unauthorized users&#60;br /&#62;
- typically a user would self-register with GF and Registration Add-On;&#60;br /&#62;
- user gets verification email with confirming link; once they confirm then Menu Item 100 is dynamically (and permanently) made accessible to them&#60;br /&#62;
- as part of Menu Item 100 they next fill out another GF form, and when they click SUBMIT then that will dynamically (and permanently) make Menu Item 101 accessible to them&#60;br /&#62;
- this process can continue for N number of successive forms
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Fill out a form =&#62; make a menu entry visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fill-out-a-form-make-a-menu-entry-visible#post-73317</link>
			<pubDate>Thu, 30 Aug 2012 14:37:43 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">73317@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you tell me more about your set-up? What is currently hiding the menu item? Are you registering users with Gravity Forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>contractors on "Fill out a form =&#62; make a menu entry visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/fill-out-a-form-make-a-menu-entry-visible#post-73309</link>
			<pubDate>Thu, 30 Aug 2012 13:54:24 +0000</pubDate>
			<dc:creator>contractors</dc:creator>
			<guid isPermaLink="false">73309@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a menu item that is typically hidden (unauthorized) from users. &#60;/p&#62;
&#60;p&#62;I would like to create a GF form that would be filled out by registered users that - when filled out and submitted - would make that formerly hidden menu item visible/authorized to that user.&#60;/p&#62;
&#60;p&#62;Moreover, this change should be permanent for that user such that if days later that same user logs on to the website then that formerly hidden menu item would continue to be visible/accessible to them. &#60;/p&#62;
&#60;p&#62;Any suggestions?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
