<?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: Automatic notification if multiple &#039;No&#039; radio buttons selected</title>
		<link>https://legacy.forums.gravityhelp.com/topic/automatic-notification-if-multiple-no-radio-buttons-selected</link>
		<description>Gravity Support Forums Topic: Automatic notification if multiple &#039;No&#039; radio buttons selected</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 05:52:06 +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/automatic-notification-if-multiple-no-radio-buttons-selected" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Automatic notification if multiple &#039;No&#039; radio buttons selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-notification-if-multiple-no-radio-buttons-selected#post-89907</link>
			<pubDate>Sun, 11 Nov 2012 23:48:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">89907@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Lee, we can help you with the syntax in the regular support forums, not the pre-purchase forum.  Once you've purchased a license, go ahead and create a new topic and we'll help you there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leebolton on "Automatic notification if multiple &#039;No&#039; radio buttons selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-notification-if-multiple-no-radio-buttons-selected#post-89207</link>
			<pubDate>Fri, 09 Nov 2012 10:12:22 +0000</pubDate>
			<dc:creator>leebolton</dc:creator>
			<guid isPermaLink="false">89207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Many thanks, Chris.&#60;/p&#62;
&#60;p&#62;Sorry for my stupidity but I'm not a programmer and the example in the documentation doesn't quite fit what I'm doing.&#60;/p&#62;
&#60;p&#62;The example is saying &#34;if there's an email address is input_9 then add it to BCC...&#34; etc&#60;/p&#62;
&#60;p&#62;I need to say &#34;if radio1 is NO and radio2 is NO and......radio20 is NO then use this content for the notification message, otherwise use this alternative content&#34;.&#60;/p&#62;
&#60;p&#62;Is it possible you could show me the php syntax I'd need? Really appreciate your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Automatic notification if multiple &#039;No&#039; radio buttons selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-notification-if-multiple-no-radio-buttons-selected#post-89130</link>
			<pubDate>Fri, 09 Nov 2012 05:41:01 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">89130@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Conditional shortcodes cannot be combined or nested like that.  However, you can use some php code to do the same thing in your theme's functions.php using the gform_pre_submission_filter.  You can change the user notification based on the answers they give to your questions.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonathaninch on "Automatic notification if multiple &#039;No&#039; radio buttons selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-notification-if-multiple-no-radio-buttons-selected#post-88769</link>
			<pubDate>Thu, 08 Nov 2012 06:53:43 +0000</pubDate>
			<dc:creator>jonathaninch</dc:creator>
			<guid isPermaLink="false">88769@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've since noticed that we have conditional shortcodes available which can trigger an automatic email:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Shortcodes#Conditional_Shortcode&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, the examples shown only relate to one condition being met. Can the logic be extended to cover multiple AND conditions being met e.g. if radio1 = NO and radio2 = NO and radio3 = NO....etc?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonathaninch on "Automatic notification if multiple &#039;No&#039; radio buttons selected"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/automatic-notification-if-multiple-no-radio-buttons-selected#post-88761</link>
			<pubDate>Thu, 08 Nov 2012 06:24:37 +0000</pubDate>
			<dc:creator>jonathaninch</dc:creator>
			<guid isPermaLink="false">88761@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi - &#60;/p&#62;
&#60;p&#62;We need to do an online survey involving a series of 20-30 Yes/No questions using radio buttons.&#60;/p&#62;
&#60;p&#62;What we'd like to do is have a condition that says: &#34;if the survey user clicks 'No' for all of the answers, we want to send a certain email automatically. If they don't click all 'No's then we send out a dirrerent email&#34;&#60;/p&#62;
&#60;p&#62;Is this possible?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
