<?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: 2 Forms in Nav Bar</title>
		<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar</link>
		<description>Gravity Support Forums Topic: 2 Forms in Nav Bar</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:55:25 +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/2-forms-in-nav-bar" rel="self" type="application/rss+xml" />

		<item>
			<title>dougmac3684 on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62873</link>
			<pubDate>Mon, 18 Jun 2012 11:49:11 +0000</pubDate>
			<dc:creator>dougmac3684</dc:creator>
			<guid isPermaLink="false">62873@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The box appears but the form does not display...still need some help. Thanks for all you do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dougmac3684 on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62696</link>
			<pubDate>Fri, 15 Jun 2012 12:24:27 +0000</pubDate>
			<dc:creator>dougmac3684</dc:creator>
			<guid isPermaLink="false">62696@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've got the menu to output the GF code as well. The URL is &#60;a href=&#34;http://74.54.88.165/~rwatchi/&#34; rel=&#34;nofollow&#34;&#62;http://74.54.88.165/~rwatchi/&#60;/a&#62; and if you click on the Email Page button in the Nav Bar, you can see the Fancybox animates and tries to open the GF, but there is no form being shown. The code in the menu hook is:&#60;br /&#62;
add_filter ('wp_nav_menu_menu_items','add_producttour', 10, 2);&#60;br /&#62;
function add_producttour($items, $args) {&#60;br /&#62;
$items .= '&#38;lt;li class=&#34;my-contactus&#34;&#38;gt;&#38;lt;div style=&#34;display:none&#34; class=&#34;fancybox-hidden&#34;&#38;gt;&#38;lt;div id=&#34;fancyboxID&#34;&#38;gt; &#38;lt;?php gravity_form(3, true, true, true, 4); ?&#38;gt; &#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;img src=&#34;http://74.54.88.165/~rwatchi/wp-content/themes/BuilderChild-Default/images/ptnav.png&#34; alt=&#34;Product Tour&#34; /&#38;gt;';&#60;br /&#62;
return $items;&#60;br /&#62;
}&#60;br /&#62;
I tried to follow the documentation in GF for embedding a form using php, but if I used single quotes for the $field_values parameter it would throw an error. I still can't get the form to display.....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dougmac3684 on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62624</link>
			<pubDate>Thu, 14 Jun 2012 15:36:44 +0000</pubDate>
			<dc:creator>dougmac3684</dc:creator>
			<guid isPermaLink="false">62624@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, works just fine. You have to look close because the text is BLACK and it is on the Navy blue background between NEWS/EVENTS and the orange Email Page button.&#60;br /&#62;
&#60;a href=&#34;http://74.54.88.165/~rwatchi/&#34; rel=&#34;nofollow&#34;&#62;http://74.54.88.165/~rwatchi/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62587</link>
			<pubDate>Thu, 14 Jun 2012 13:04:47 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62587@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, it is a WordPress hook, I just had never heard of it before. (With several hundred existing, I'm not surprised one on menu control slipped past).&#60;/p&#62;
&#60;p&#62;If you can get the menu to output your code, then we should be one step closer to solving your issue though. &#60;/p&#62;
&#60;p&#62;If you use that add_filter to create just a simple menu item, does it work?&#60;/p&#62;
&#60;p&#62;Something like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter (&#38;#39;wp_nav_menu_menu_items&#38;#39;,&#38;#39;add_producttour&#38;#39;, 10, 2);
function add_producttour($items, $args) {
$items .= &#38;#39;&#38;lt;strong&#38;gt;Test&#38;lt;/strong&#38;gt;&#38;#39;;
return $items;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dougmac3684 on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62584</link>
			<pubDate>Thu, 14 Jun 2012 12:59:47 +0000</pubDate>
			<dc:creator>dougmac3684</dc:creator>
			<guid isPermaLink="false">62584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think the confusion lies in the fact that I'm using Builder by iThemes, and I think the term comes from within Builder...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62580</link>
			<pubDate>Thu, 14 Jun 2012 12:53:27 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62580@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, I understand now. You mention you are currently using this, but I don't see the code on your page. When I do a search for &#34;fancybox-hidden&#34;, I don't see anything other than the javascript call. Once you get the menu item showing properly, then I can help you with any Gravity Forms issues that come up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dougmac3684 on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62578</link>
			<pubDate>Thu, 14 Jun 2012 12:32:19 +0000</pubDate>
			<dc:creator>dougmac3684</dc:creator>
			<guid isPermaLink="false">62578@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the term wp_nav_menu_menu_items, the first occurrence of &#34;menu&#34; is the name of the Custom WP Menu, it just so happens I named it menu. If I called the menu Top Nav then it would be wp_nav_top-nav_menu_items. Hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dougmac3684 on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62553</link>
			<pubDate>Thu, 14 Jun 2012 10:56:59 +0000</pubDate>
			<dc:creator>dougmac3684</dc:creator>
			<guid isPermaLink="false">62553@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Menu is the name of the Top Nav Bar Menu I created in WP Custom Menus. I found the post here: &#60;a href=&#34;http://websitesetuppro.com/how-to-open-gravity-forms-form-in-a-lightbox/&#34; rel=&#34;nofollow&#34;&#62;http://websitesetuppro.com/how-to-open-gravity-forms-form-in-a-lightbox/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62548</link>
			<pubDate>Thu, 14 Jun 2012 10:35:03 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62548@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't find the mention of wp_nav_menu_menu_items anywhere on WordPress' website. Can you link me to where you found this filter hook?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dougmac3684 on "2 Forms in Nav Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/2-forms-in-nav-bar#post-62540</link>
			<pubDate>Thu, 14 Jun 2012 09:30:49 +0000</pubDate>
			<dc:creator>dougmac3684</dc:creator>
			<guid isPermaLink="false">62540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there. I tried the suggestion and still awaiting reply. Thanks for all you do.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
