<?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: Enhanced Drodown which are not visible</title>
		<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible</link>
		<description>Gravity Support Forums Topic: Enhanced Drodown which are not visible</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 09:19:07 +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/enhanced-drodown-which-are-not-visible" rel="self" type="application/rss+xml" />

		<item>
			<title>ghalleb on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-121676</link>
			<pubDate>Mon, 14 Jan 2013 14:01:10 +0000</pubDate>
			<dc:creator>ghalleb</dc:creator>
			<guid isPermaLink="false">121676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Alex&#60;/p&#62;
&#60;p&#62;Thanks a lot, I'll take a try
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dgalfano on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-118118</link>
			<pubDate>Thu, 10 Jan 2013 01:24:29 +0000</pubDate>
			<dc:creator>dgalfano</dc:creator>
			<guid isPermaLink="false">118118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have 1 form.  The enhanced multi-select is working when I have it in the sidebar: see &#60;a href=&#34;http://www.corzoinsurance.com&#34; rel=&#34;nofollow&#34;&#62;http://www.corzoinsurance.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, in the fancybox pop up (click any of the contact us links/buttons) - it only shows the multi-select without the Chosen enhanced script.  I added this to that page template (&#60;a href=&#34;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/)&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/creating-a-modal-form-with-gravity-forms-and-fancybox/)&#60;/a&#62;) header:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
    jQuery(document).ready(function($) {

        jQuery(&#38;quot;#input_1_5&#38;quot;).chosen({no_results_text: &#38;quot;No results found&#38;quot;});

    });
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But that didn't do anything.  &#60;/p&#62;
&#60;p&#62;Oddly, when I simply add the same form to a default page template (same as the homepage), it also doesn't show the enhanced multi-select (&#38;amp; the same sidebar form also doesn't show the enhanced multi-select): &#60;a href=&#34;http://www.corzoinsurance.com/quick-quote/&#34; rel=&#34;nofollow&#34;&#62;http://www.corzoinsurance.com/quick-quote/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Am I missing anything here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-117636</link>
			<pubDate>Wed, 09 Jan 2013 10:20:11 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">117636@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62; &#38;lt;- This page gives a quick tutorial, so you know where to put the code we give out. All my best!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dgalfano on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-117137</link>
			<pubDate>Tue, 08 Jan 2013 21:53:17 +0000</pubDate>
			<dc:creator>dgalfano</dc:creator>
			<guid isPermaLink="false">117137@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alex, where is that suppose to be added? Running into a similar issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-116941</link>
			<pubDate>Tue, 08 Jan 2013 16:18:24 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">116941@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add the following, making sure to replace 4 with your form ID and 20 with your field ID.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(&#38;quot;#input_4_20&#38;quot;).chosen({no_results_text: &#38;quot;No results found&#38;quot;});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-116370</link>
			<pubDate>Mon, 07 Jan 2013 23:20:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">116370@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will send this to Alex today for him to take another look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ghalleb on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-116088</link>
			<pubDate>Mon, 07 Jan 2013 12:02:40 +0000</pubDate>
			<dc:creator>ghalleb</dc:creator>
			<guid isPermaLink="false">116088@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;I think I could hook something on the tab selection.&#60;/p&#62;
&#60;p&#62;Could you provide me the code to use?&#60;/p&#62;
&#60;p&#62;I hope it could be fixed in a future version of the chosen script....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-108342</link>
			<pubDate>Wed, 26 Dec 2012 11:46:10 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">108342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is that the chosen script has a limitation and can only be initialized when the drop down is visible, otherwise you will get the strange results you have seen when you modified the code. Does your tab has any events you can hook into when you move between tabs? If so, you will have to manually initialize the second drop down when that tab becomes visible. If not, you may not be able to use this feature with your tab script.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ghalleb on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-106072</link>
			<pubDate>Sat, 22 Dec 2012 16:35:29 +0000</pubDate>
			<dc:creator>ghalleb</dc:creator>
			<guid isPermaLink="false">106072@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That is exactly the problem.&#60;/p&#62;
&#60;p&#62;The script checks the visibility of the dropdown to load the enhance interface.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Enhanced Drodown which are not visible"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/enhanced-drodown-which-are-not-visible#post-105664</link>
			<pubDate>Sat, 22 Dec 2012 00:09:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">105664@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When you say they are not &#34;OK&#34; do you mean that the enhanced interface is not working on the 2nd tab?  I will check with the development team and see if there is anything we can do to ensure the enhanced interface works with your non-visible tabs. &#60;/p&#62;
&#60;p&#62;It seems to be related to the fact that the tabbed content is hidden and then revealed with JavaScript, and Gravity Forms uses the gform_post_render jQuery hook to load the chosen.js again but that does not appear to be working.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
