<?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 Confirmation message based on Drop Down Selection AND time/day?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday</link>
		<description>Gravity Support Forums Topic: Conditional Confirmation message based on Drop Down Selection AND time/day?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:25: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/conditional-confirmation-message-based-on-drop-down-selection-and-timeday" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-85610</link>
			<pubDate>Wed, 31 Oct 2012 08:40:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85610@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome.  Thanks for the update.  If you were using HTML in the labels that would affect it as well, as you found out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvisionsolutions on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-85605</link>
			<pubDate>Wed, 31 Oct 2012 08:33:14 +0000</pubDate>
			<dc:creator>nvisionsolutions</dc:creator>
			<guid isPermaLink="false">85605@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Chris, thanks for the reply. I got it to work using the &#34;label&#34; contents opposed to the &#34;value&#34; (which was different). I also had some &#38;lt;span&#38;gt; tags in the label as well which I removed and got it to return a result. I'm sure the spans and/or the combination of not using the values from the &#34;label&#34; had something to do with it. &#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-85437</link>
			<pubDate>Wed, 31 Oct 2012 00:51:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try this as your merge tag:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;merge_tag=&#38;quot;{Choose one of the options below to open your application::17:value}&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Other than that suggestion, I'd have to see the form and the conditional both to see why this is not working as expected.&#60;/p&#62;
&#60;p&#62;Sometimes, for testing, you can try the opposite, to see if the text will at least show up at all.  In that case, you could try &#34;isnot&#34; instead of &#34;is&#34; and see if you get the text.  If you do, then the correct field is being checked and the conditional statement is formatted correctly, but there is something different about the value or label so the match is not exact.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvisionsolutions on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-84881</link>
			<pubDate>Mon, 29 Oct 2012 21:41:30 +0000</pubDate>
			<dc:creator>nvisionsolutions</dc:creator>
			<guid isPermaLink="false">84881@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry Chris, one more thing if you wouldn't mind.&#60;br /&#62;
I tried the conditional :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[gravityforms action=&#38;quot;conditional&#38;quot; merge_tag=&#38;quot;{Choose one of the options below to open your application::17}&#38;quot; condition=&#38;quot;is&#38;quot; value=&#38;quot;immediately&#38;quot;]&#38;lt;p&#38;gt;&#38;lt;strong&#38;gt;A Pardon &#38;amp; Waiver Officer will contact you urgently to confirm your eligibility and open your application.&#38;lt;/strong&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I put this in the confirmation field in the form settings. My &#34;label&#34; and &#34;value&#34; are different but I am checking the radio button selection value of &#34;immediately&#34; but the text confirmation message above is not showing up as expected. &#60;/p&#62;
&#60;p&#62;Do you see anything off in the statement by chance?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvisionsolutions on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-84864</link>
			<pubDate>Mon, 29 Oct 2012 20:25:18 +0000</pubDate>
			<dc:creator>nvisionsolutions</dc:creator>
			<guid isPermaLink="false">84864@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;awesome, thanks Chris. I'm sure I can google around enough and get this accomplished. More of s designer then a developer but certainly not afraid to try!&#60;br /&#62;
thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-84683</link>
			<pubDate>Mon, 29 Oct 2012 09:17:02 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">84683@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any custom PHP  functions you write will be added to your theme's functions.php:&#60;br /&#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;&#60;/p&#62;
&#60;p&#62;The code will be in a function in your theme's functions.php and you will call your code using one of the hooks or filters which are built in to Gravity Forms.  You could use &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_render&#34; rel=&#34;nofollow&#34;&#62;gform_pre_render&#60;/a&#62; to add the hidden fields before the form is submitted or &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_confirmation&#34; rel=&#34;nofollow&#34;&#62;gform_confirmation&#60;/a&#62; to change the message conditionally based on the time of day the form is submitted.  It just depends on how you want to approach it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvisionsolutions on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-84673</link>
			<pubDate>Mon, 29 Oct 2012 08:55:32 +0000</pubDate>
			<dc:creator>nvisionsolutions</dc:creator>
			<guid isPermaLink="false">84673@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the guidance Chris, much appreciated. That shortcode conditional function is amazing, had no idea about it. That will certainly take care of 99% of my concern. &#60;/p&#62;
&#60;p&#62;For the time and day portion.. I'm sure I could find some php date/time conditionals to wrap a custom response. My follow up question would be, where in my template file or in the backend could I add this code? For example, lets say I did use a hidden field and wrapped that in this day/time conditional and based on its presence I sent the additional notification message? Where could I put&#60;br /&#62;
&#34;if (is DAY/TIME()) {&#60;br /&#62;
hidden field&#60;br /&#62;
}&#34;&#60;/p&#62;
&#60;p&#62;thanks for the info!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-84530</link>
			<pubDate>Mon, 29 Oct 2012 00:14:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">84530@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes.  You can use show conditional confirmation messages.  In your text confirmation area, wrap each separate message in a conditional shortcode, based on the selection from your dropdown.  Documentation here: &#60;/p&#62;
&#60;p&#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;To show a confirmation based on the time of day will require some custom code.  Either setting a hidden value in the form before it's rendered, then based on that value, show a conditional message, or, after the form is submitted, display your message based on the current time.  Either of these solutions will require some PHP to compare the time of day to your target time, then change the message based on that time.  It can be done.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nvisionsolutions on "Conditional Confirmation message based on Drop Down Selection AND time/day?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-confirmation-message-based-on-drop-down-selection-and-timeday#post-84385</link>
			<pubDate>Sun, 28 Oct 2012 00:37:39 +0000</pubDate>
			<dc:creator>nvisionsolutions</dc:creator>
			<guid isPermaLink="false">84385@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First, is it possible to return a series of various confirmation messages, enable/disable confirmation emails with different messages in the emails based on a selection from a dropdown?&#60;/p&#62;
&#60;p&#62;For ex.&#60;br /&#62;
If the user chooses:&#60;br /&#62;
&#34;drop down option 1&#34; -  the form returns &#34;Custom Confirmation message&#34; (with no email confirmatin sent)&#60;br /&#62;
OR&#60;br /&#62;
&#34;drop down 2&#34; -  the form returns &#34;Custom Confirmation message &#34; (WITH email confirmatin sent)&#60;/p&#62;
&#60;p&#62;AND FINALLY, is it possible to send/show another custom confirmation message if the user submits the form during certain days and hours of the day? Specifically &#34;9:45AM-10:45PM on Monday thru Friday&#34;&#60;/p&#62;
&#60;p&#62;I know achieving all of the above is a tall order but even to achieve some of it would be greatly appreciated. Any help, guidance or suggestions are welcomed. &#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
