<?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: A different response (letter to client) for each of the different checkboxes.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes</link>
		<description>Gravity Support Forums Topic: A different response (letter to client) for each of the different checkboxes.</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:25:52 +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/a-different-response-letter-to-client-for-each-of-the-different-checkboxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Ryan on "A different response (letter to client) for each of the different checkboxes."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes#post-47319</link>
			<pubDate>Wed, 25 Jan 2012 10:57:18 +0000</pubDate>
			<dc:creator>Ryan</dc:creator>
			<guid isPermaLink="false">47319@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, this wouldn't really work since hidden fields don't have conditional logic, correct?  Or am I missing something?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "A different response (letter to client) for each of the different checkboxes."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes#post-43122</link>
			<pubDate>Mon, 05 Dec 2011 11:28:48 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">43122@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only non-code way I can think of doing it is the have a hidden field in the form. That field would use conditional logic and be included in the entry based on the selection of one of 5 choices.  That way, it's stored in the entry, and you can insert it into the notification using the merge tag.&#60;/p&#62;
&#60;p&#62;This would not be ideal, making it part of the entry, but it's the only non-code way I can think of doing it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jim_hollyer@me.com on "A different response (letter to client) for each of the different checkboxes."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes#post-43105</link>
			<pubDate>Mon, 05 Dec 2011 01:22:37 +0000</pubDate>
			<dc:creator>jim_hollyer@me.com</dc:creator>
			<guid isPermaLink="false">43105@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm back and still confused.  People come to visit our site and there are 5 different types of things they could want from us.  They can choose from a pull-down menu what they want.  Each of the 5 options has 5 different responses (5 different response emails).   Is there a simple way (non-text coding) to just attached each response email (not a PDF, just normal text) to each pull-down option?  Can you please make a version of this desired action on your new Demo page?   Tks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>interboost on "A different response (letter to client) for each of the different checkboxes."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes#post-38521</link>
			<pubDate>Fri, 21 Oct 2011 10:21:28 +0000</pubDate>
			<dc:creator>interboost</dc:creator>
			<guid isPermaLink="false">38521@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I wanna do something similar. Users should get different emails (auto-responders) based o their choice from a dropdownfield. I guess that´s more or less the same like the example with the pdf but where do I need to enter this code?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "A different response (letter to client) for each of the different checkboxes."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes#post-38324</link>
			<pubDate>Wed, 19 Oct 2011 13:14:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38324@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK good, radio buttons.&#60;/p&#62;
&#60;p&#62;You can use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_pre_submission_filter&#34; rel=&#34;nofollow&#34;&#62;gform_pre_submission_filter&#60;/a&#62; to change the confirmation message based on the selections they've made.  I did something similar to that here, but it was using check boxes, and the download links for different PDFs were just added to the confirmation (so, you could have one, two or three links in the email.)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravity.chrishajer.com/request-a-brochure/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/request-a-brochure/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The code for that is here:&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/CwsM2FjF&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/CwsM2FjF&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The process will be to check the value of the radio button input, then use a switch/case or other type of logic to craft your autoResponder (which is what the user notification is called.)&#60;/p&#62;
&#60;p&#62;Let us know if you need any help once you get into it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jim_hollyer@me.com on "A different response (letter to client) for each of the different checkboxes."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes#post-38322</link>
			<pubDate>Wed, 19 Oct 2011 13:04:18 +0000</pubDate>
			<dc:creator>jim_hollyer@me.com</dc:creator>
			<guid isPermaLink="false">38322@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, I now realize I need to give them radio buttons - one choice - and make it a required field.  Once I do that, in a few hours, how do I set specific response letters to specific choices?  tks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "A different response (letter to client) for each of the different checkboxes."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes#post-38312</link>
			<pubDate>Wed, 19 Oct 2011 12:37:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38312@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can they pick more than one check box?  If they do, what happens with the notification?  Or are the options exclusive?  Also, what should happen in the notification if they don't pick any check box?  I see the field is not required.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jim_hollyer@me.com on "A different response (letter to client) for each of the different checkboxes."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/a-different-response-letter-to-client-for-each-of-the-different-checkboxes#post-38259</link>
			<pubDate>Tue, 18 Oct 2011 23:31:11 +0000</pubDate>
			<dc:creator>jim_hollyer@me.com</dc:creator>
			<guid isPermaLink="false">38259@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi.  People who come to our site and want to Contact Us, have 5 options (check boxes) to choose from to get additional information:&#60;br /&#62;
&#60;a href=&#34;http://www.chl-pacific.org/contact-us&#34; rel=&#34;nofollow&#34;&#62;http://www.chl-pacific.org/contact-us&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We want to be able to set up 5 different email letter responses depending on the checkbox they choose.  What are the precise steps to set up specific responses?&#60;/p&#62;
&#60;p&#62;thanks! jim
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
