<?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: Conditional Logic with Hundreds of Options</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options</link>
		<description>Gravity Support Forums Topic: Conditional Logic with Hundreds of Options</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 03:24:12 +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/conditional-logic-with-hundreds-of-options" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Conditional Logic with Hundreds of Options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options#post-328607</link>
			<pubDate>Mon, 17 Jun 2013 09:19:06 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">328607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to custom code your own AJAX to do this, as it is beyond the abilities of Gravity Forms out of the box.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zamir on "Conditional Logic with Hundreds of Options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options#post-327958</link>
			<pubDate>Mon, 17 Jun 2013 01:48:31 +0000</pubDate>
			<dc:creator>Zamir</dc:creator>
			<guid isPermaLink="false">327958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am making a form that is using conditional logic, and using drop-downs like:&#60;br /&#62;
* -- Select City --&#60;br /&#62;
-- and when a city is selected then a ~50-70 locations of that city drop-down shows up.&#60;br /&#62;
-- there are ~200 cites, and each city containing ~50-70 locations&#60;/p&#62;
&#60;p&#62;Then same form has something like:&#60;br /&#62;
* -- Select Maker --&#60;br /&#62;
-- user selects from drop-down HP, Dell, Sony, Acer, Asus etc,&#60;br /&#62;
-- and depending on the selected company, say Dell, a hidden drop-down shows up with something like Latitude, Inspiron, etc&#60;br /&#62;
-- then depending on the selected model, another drop-down shows up with all versions for Latitude&#60;/p&#62;
&#60;p&#62;Now if I look at the source code of the loaded form, there is a ton of HTML code with ALL the list items loading. There is a display: none property set, but otherwise the whole code will ALL the cities, all the city locations, all the companies all the models, all the versions everything is being loaded. This is making the form page load time slow.&#60;/p&#62;
&#60;p&#62;Is there a way to load only the relevant conditional items depending on the parent item selected?&#60;/p&#62;
&#60;p&#62;Like Latitude, Inspiron etc should only load if Dell is selected and so on.&#60;/p&#62;
&#60;p&#62;I _have_ to put all the options in a drop-down because I don't want user typing these things and making typing mistakes... that would mess with the search results later on.&#60;/p&#62;
&#60;p&#62;Kindly reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Conditional Logic with Hundreds of Options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options#post-201291</link>
			<pubDate>Mon, 08 Apr 2013 12:58:07 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">201291@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, custom JavaScript isn't one of the skills I posses. And in knowing that you are hiding one element based on 500 conditions, I don't think there would be any JavaScript that could speed that up unless you were using a simple range (i.e. show only if user input not between 90000 and 99999)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noel Green on "Conditional Logic with Hundreds of Options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options#post-201279</link>
			<pubDate>Mon, 08 Apr 2013 12:49:44 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">201279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's not hiding 500+ elements.&#60;br /&#62;
It's hiding one element based on 500+ possible variables.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noel Green on "Conditional Logic with Hundreds of Options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options#post-201277</link>
			<pubDate>Mon, 08 Apr 2013 12:49:12 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">201277@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Example?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Conditional Logic with Hundreds of Options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options#post-201274</link>
			<pubDate>Mon, 08 Apr 2013 12:45:57 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">201274@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only other way would be to write your own custom AJAX to do what you want, as it would be much faster than using our conditional logic system to hide so many elements.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Noel Green on "Conditional Logic with Hundreds of Options"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-logic-with-hundreds-of-options#post-201271</link>
			<pubDate>Mon, 08 Apr 2013 12:35:16 +0000</pubDate>
			<dc:creator>Noel Green</dc:creator>
			<guid isPermaLink="false">201271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a form which shows a different image / HTML block depending on what zip code is entered in a field.  If the zip code is none of over 500 variations it shows another image. Right now I'm setting up the conditional logic option to &#34;Hide&#34; that image if any of the 500+ zip codes are entered.  This is taking for ever to enter in and makes the form load more slowly.&#60;/p&#62;
&#60;p&#62;Is there an easier way?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
