<?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: Options change</title>
		<link>https://legacy.forums.gravityhelp.com/topic/options-change</link>
		<description>Gravity Support Forums Topic: Options change</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Apr 2026 18:16:40 +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/options-change" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34367</link>
			<pubDate>Sat, 03 Sep 2011 15:55:22 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you found a workaround.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mchugh on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34363</link>
			<pubDate>Sat, 03 Sep 2011 15:21:47 +0000</pubDate>
			<dc:creator>mchugh</dc:creator>
			<guid isPermaLink="false">34363@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, Chris.&#60;/p&#62;
&#60;p&#62;We ended up just making the field show if they are not already a member. They'll just have to visually triage eligibility based on the other selections for now.&#60;/p&#62;
&#60;p&#62;It would be nice if Gravity Forms conditional logic let you build something a little more complex in future versions.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34316</link>
			<pubDate>Sat, 03 Sep 2011 00:40:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34316@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been thinking about it all day, and I have not come up with a solution.  I think it needs to be simplified to have a straighter path through, but I can't wrap my head around the best way yet.  It might need to be broken up into multiple forms, or even allow the contest entry if they are eligible, then follow up with email to try to get them to become members.&#60;/p&#62;
&#60;p&#62;Will think more, but I think simplifying it will make it possible with Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mchugh on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34232</link>
			<pubDate>Fri, 02 Sep 2011 11:18:42 +0000</pubDate>
			<dc:creator>mchugh</dc:creator>
			<guid isPermaLink="false">34232@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's actually a contest entry form, so that's the main goal — get them to enter:&#60;br /&#62;
&#60;a href=&#34;http://trojandreams.df-dev.com/wordpress/contest/&#34; rel=&#34;nofollow&#34;&#62;http://trojandreams.df-dev.com/wordpress/contest/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think the simplest solution is to have the client just make the Live/Work in LA question a checkbox in the previous Affiliation question, but they may want to keep them separate somehow.&#60;/p&#62;
&#60;p&#62;The second goal is to get them to be a member if they are not already. To be eligible they need to be any USC affiliate (except just a fan) or they need to live, work, attend school or church in the City of Los Angeles... So it's kind of broad, but out of town guest and people living outside the city are not eligible for instance.&#60;/p&#62;
&#60;p&#62;Thoughts?&#60;/p&#62;
&#60;p&#62;-Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34207</link>
			<pubDate>Fri, 02 Sep 2011 04:30:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">34207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think your use case is too complex to handle with conditional logic as you wrote it.  You want to do a combination of AND and OR&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
((&#38;quot;A == NO&#38;quot; AND B IN (1,2,3,4) OR &#38;quot;C == YES&#38;quot;)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which is not currently possible with the conditional logic in the form builder.  You may have to think of a different way to phrase the questions as qualifications so they can arrive at &#34;yes, I would like to become a member&#34; which is likely the goal?&#60;/p&#62;
&#60;p&#62;If the answer to A is YES, they never get the option to join.  Maybe what you could do is make the submit button conditional based on the answer to question A?   Or have an additional form as the qualifying question.  If they're not a member, then you can send them from form one to the second form, which would have questions B and C, which you can certainly use in conditional logic to show field D.  If they're already a member, are they even going to be interested in the form?&#60;/p&#62;
&#60;p&#62;What should happen if they do NOT meet the criteria (if they answer NO to C or check B5, correct?)  Do you show them anything? Also, what happens at the end if they say, NO, they do not want to become a member?  Can they still submit the form?&#60;/p&#62;
&#60;p&#62;You could also just accept their answers on the front end (just ask all the questions)  then use more complex conditions in functions.php to customize their notification email or the confirmation message they see:&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#34;We're sorry, you do not qualify for this program.&#34;&#60;/li&#62;
&#60;li&#62;&#34;Are you sure you don't want to become a member?  Check out &#60;a href=&#34;#&#34; rel=&#34;nofollow&#34;&#62;all these benefits&#60;/a&#62;.&#34;&#60;/li&#62;
&#60;li&#62;Based on our preliminary evaluation, you qualify for membership.  An associate will be in touch with you soon.&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;I've found that with conditional logic you sometimes needs to revise the workflow or thought process to make it work with simple AND/OR logic.  If you can post your complete form and what should happen in every case (flowchart?) we may be able to help you come up with a solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mchugh on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34192</link>
			<pubDate>Thu, 01 Sep 2011 23:34:28 +0000</pubDate>
			<dc:creator>mchugh</dc:creator>
			<guid isPermaLink="false">34192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any additional guidance you can provide would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mchugh on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34163</link>
			<pubDate>Thu, 01 Sep 2011 11:38:12 +0000</pubDate>
			<dc:creator>mchugh</dc:creator>
			<guid isPermaLink="false">34163@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can't figure out how to set up the either/or part.&#60;/p&#62;
&#60;p&#62;Maybe I'm just thinking about it wrong, but I'm not seeing how to do it.&#60;/p&#62;
&#60;p&#62;Are there any examples you can point me to to illustrate how?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34128</link>
			<pubDate>Thu, 01 Sep 2011 08:07:14 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34128@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah, it sounds like all that's doable with the conditional logic. Let us know if you run into any problems and we'll be happy to help guide you through.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mchugh on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34126</link>
			<pubDate>Thu, 01 Sep 2011 08:02:26 +0000</pubDate>
			<dc:creator>mchugh</dc:creator>
			<guid isPermaLink="false">34126@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the response. i get the section thing now.&#60;/p&#62;
&#60;p&#62;I basically have a questionnaire in this format:&#60;/p&#62;
&#60;p&#62;A. Are you Member?&#60;br /&#62;
Yes &#124; No&#60;br /&#62;
B. Do you meet these criteria?&#60;br /&#62;
1, 2, 3, 4, 5&#60;br /&#62;
C. Do You meet this Criteria?&#60;br /&#62;
Yes &#124; No&#60;br /&#62;
D. Would you like to be a member?&#60;br /&#62;
Yes &#124; No&#60;/p&#62;
&#60;p&#62;I'd like to show the last question, D, to show if the answer to A is No, and either check any of B-1, B-2, B-3, B-4, or they answer Yes to C.&#60;/p&#62;
&#60;p&#62;Is that doable in anyway?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Options change"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/options-change#post-34125</link>
			<pubDate>Thu, 01 Sep 2011 07:56:33 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">34125@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://bit.ly/puMoct&#34; rel=&#34;nofollow&#34;&#62;Conditional logic can be applied to the section break elements&#60;/a&#62; as well as individual fields. Anything within that &#34;section&#34; up to the end of the form or the next section break will be shown/hidden conditionally based on the rules you apply. There's currently no thorough documentation for this that's specific to the section break, but it works just the same as single fields.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Section_Break&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Section_Break&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;No, the fields are all dynamically assigned unique names so it won't work the way you're describing If I understand correctly.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
