<?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: Reverting to Null in Conditional Logic</title>
		<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic</link>
		<description>Gravity Support Forums Topic: Reverting to Null in Conditional Logic</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 00:22:24 +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/reverting-to-null-in-conditional-logic" rel="self" type="application/rss+xml" />

		<item>
			<title>crystales on "Reverting to Null in Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic#post-59522</link>
			<pubDate>Sat, 19 May 2012 20:12:54 +0000</pubDate>
			<dc:creator>crystales</dc:creator>
			<guid isPermaLink="false">59522@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fixed it! this is the correct code I placed within javascript selectors in the head section of header.php. I just changed the second 'select' to ':hidden' and it seems to be working OK so far...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(document).ready(function() {
    $(&#38;#39;select&#38;#39;).change(function() {
        $(&#38;#39;:hidden&#38;#39;).not($(this)).each(function() {
            $(&#38;#39;option:eq(0)&#38;#39;,this).attr(&#38;#39;selected&#38;#39;, true);
        });
    });
});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>crystales on "Reverting to Null in Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic#post-59514</link>
			<pubDate>Sat, 19 May 2012 14:48:29 +0000</pubDate>
			<dc:creator>crystales</dc:creator>
			<guid isPermaLink="false">59514@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Really would like to implement some jQuery (correctly) to watch for the change in the main category, then reset the subcategories. I found a snippet and tried placing it in my header and referenced .js file, but it doesn't seem to work :/ Any help is immensely appreciated.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(document).ready(
    function(){
        $(&#38;#39;select&#38;#39;).change(
            function(){
                $(&#38;#39;select&#38;#39;).not($(this)).find(&#38;#39;option:first-child&#38;#39;).attr(&#38;#39;selected&#38;#39;,true);
            })
     });&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>crystales on "Reverting to Null in Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic#post-59485</link>
			<pubDate>Fri, 18 May 2012 22:18:12 +0000</pubDate>
			<dc:creator>crystales</dc:creator>
			<guid isPermaLink="false">59485@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;bump. any solutions to this yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gregreimer on "Reverting to Null in Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic#post-45854</link>
			<pubDate>Mon, 09 Jan 2012 07:16:38 +0000</pubDate>
			<dc:creator>gregreimer</dc:creator>
			<guid isPermaLink="false">45854@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I hear you. Same thing here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://www.academieduello.com/school/forms/1-free-lesson-sign-up&#34; rel=&#34;nofollow&#34;&#62;https://www.academieduello.com/school/forms/1-free-lesson-sign-up&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;1. Select radio item #1 of radio group level1. This shows another radio group level2, and I select #1 of this levelB group. This shows a date field and I enter a date. L1-1 &#38;gt; L2-1 &#38;gt; datefield&#60;br /&#62;
2. Instead, I select #2 in the level1 group. This shows another radio group level2, and I select #1 of this level2 group. This shows a date field and I enter a date. L1-2 &#38;gt; L2-1 &#38;gt; datefield. &#60;/p&#62;
&#60;p&#62;Problem is, the now hidden radio selection (L1-1 &#38;gt; L2-1) is still &#34;working&#34;, and both datefields are visible, even though the original level2 radio group is hidden and is not a part of the decision making process anymore.&#60;/p&#62;
&#60;p&#62;So I would also like any selection that is a &#34;child&#34; of some condition to be de-selected if its parent becomes hidden via conditional logic.&#60;/p&#62;
&#60;p&#62;This is so hard to explain.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Reverting to Null in Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic#post-44089</link>
			<pubDate>Wed, 14 Dec 2011 22:17:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">44089@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form and let us know exactly what you are trying to accomplish from this point forward?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Feld on "Reverting to Null in Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic#post-43942</link>
			<pubDate>Tue, 13 Dec 2011 15:06:13 +0000</pubDate>
			<dc:creator>Feld</dc:creator>
			<guid isPermaLink="false">43942@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you provide further detail on how to implement such jQuery, or a good source that may be informative?&#60;/p&#62;
&#60;p&#62;I have tried different conditional logic combinations, and have made it so my form works well enough, I was just wanting to know if the scope could be expanded.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Reverting to Null in Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic#post-43834</link>
			<pubDate>Mon, 12 Dec 2011 18:28:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43834@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;#1 would need to be done with jQuery to watch for the change in the main category, then reset the subcategory.&#60;/p&#62;
&#60;p&#62;You can combine conditions to show or hide a field using show/hide, all/any, is/is not..  Have you tried combinations of those settings?   They might not work in your specific situation, but it's hard to tell exactly what you're looking to do without having more specifics.  Those are the only options for conditional logic which are built into Gravity Forms.  They don't work for more complex types of conditional logic.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Feld on "Reverting to Null in Conditional Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/reverting-to-null-in-conditional-logic#post-43822</link>
			<pubDate>Mon, 12 Dec 2011 17:55:06 +0000</pubDate>
			<dc:creator>Feld</dc:creator>
			<guid isPermaLink="false">43822@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to know if there is a way to have an field revert to a null value if it is hidden by a conditional logic setting.  What I mean is that if someone chooses a main category and then makes a sub-category selection based on that, if they then change their mind and choose a different main category the selection they made on the sub-category would be wiped out.&#60;/p&#62;
&#60;p&#62;Also, is there a way to make 2 conditions?  Right now I see that I can show or hide something based on a selection of a different field.  Is there a way to show a field if one thing is selected, but hide it if another is selected?  And is it then possible to set a level of priority so that if there is a conflict one selection would supersede the others?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
