<?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 HTML Fields to display on confirmation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation</link>
		<description>Gravity Support Forums Topic: Conditional HTML Fields to display on confirmation</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:04:29 +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-html-fields-to-display-on-confirmation" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12537</link>
			<pubDate>Thu, 11 Nov 2010 18:05:00 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">12537@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Give the following a try. Paste it in your theme's function.php and remember to replace the IDs in the code with your actual IDs.&#60;br /&#62;
One limitation that I just realized is that you won't be able to add any image to the email message. If this is something you need, we might be out of luck on this one.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1291129&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1291129&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamwhisper on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12532</link>
			<pubDate>Thu, 11 Nov 2010 16:58:50 +0000</pubDate>
			<dc:creator>dreamwhisper</dc:creator>
			<guid isPermaLink="false">12532@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yep, I'm interested.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12493</link>
			<pubDate>Thu, 11 Nov 2010 12:40:57 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">12493@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The problem is that the textarea field does not allow HTML, so the HTML is stripped from it when saving the data. By the time we send the notification, the HTML is gone and we can't get it back.&#60;br /&#62;
Like I said, the one way to do this right now is via a hook. It is not as user friendly as the approach you are trying to do, but it will work.&#60;br /&#62;
I can help you with a code snippet if you are interested.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamwhisper on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12439</link>
			<pubDate>Wed, 10 Nov 2010 18:25:30 +0000</pubDate>
			<dc:creator>dreamwhisper</dc:creator>
			<guid isPermaLink="false">12439@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for bearing with me.  &#60;/p&#62;
&#60;p&#62;I'm not sure why you say conditional notifications are really not supported, unless you mean something like: Only send notification if a condition is present.  This isn't what I'm after.  Natively, GF is supporting what I want for the conditional when using the paragraph text fields.  However, I need to prevent stripping the HTML from the field so the link remains intact.  So, if you have a snippet that will point me in the right direction for that, I'd be happy.  &#60;/p&#62;
&#60;p&#62;(I'm very happy with Gravity Forms.  It's an excellent plugin. )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12428</link>
			<pubDate>Wed, 10 Nov 2010 16:34:03 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">12428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Conditional notifications are really not something we support right now. Texareas will have HTML stripped from them and HTML blocks are not intended to be used as variable replacements.&#60;br /&#62;
Your only solution here is to use a hook and manually create the emails using PHP. If this seems like a viable solution, I can give you a code snippet to get you started.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamwhisper on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12409</link>
			<pubDate>Wed, 10 Nov 2010 11:42:53 +0000</pubDate>
			<dc:creator>dreamwhisper</dc:creator>
			<guid isPermaLink="false">12409@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Update:  Your method works to the extent that it does output the text of the recommendation and I can hide it in form.  However, the HTML is removed from the output and it displays only the text portion of the link.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamwhisper on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12405</link>
			<pubDate>Wed, 10 Nov 2010 10:21:24 +0000</pubDate>
			<dc:creator>dreamwhisper</dc:creator>
			<guid isPermaLink="false">12405@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, I suppose bad markup would break notification emails or any page it was populated on such as the confirmation page, or even the form page they are on to start with.  (though I would say that's user responsibility not yours LOL).&#60;/p&#62;
&#60;p&#62;Using paragraph text fields works for textual recommendations, but doesn't for HTML markup.  (HTML doesn't save in the form, but text does)   It would make for a mess in form too. &#60;/p&#62;
&#60;p&#62;I'd experiment with hidden fields and jquery, but as hidden fields have no default conditional capability I'd need to deal with that too.&#60;/p&#62;
&#60;p&#62;Edit: HTML is saving, but in both the HTML block and the paragraph block, it doesn't save unless I add a space after the entered HTML.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12390</link>
			<pubDate>Tue, 09 Nov 2010 21:04:37 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There's more potential for the fields to break the notification email with bad markup. They were never intended to be included in the notifications.&#60;/p&#62;
&#60;p&#62;What you could do is use paragraph text fields with default values for the recommendations. Those would show up in the notification email.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dreamwhisper on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12389</link>
			<pubDate>Tue, 09 Nov 2010 20:50:33 +0000</pubDate>
			<dc:creator>dreamwhisper</dc:creator>
			<guid isPermaLink="false">12389@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, they are available.  Though, I do think it would be handy for them to work.  For instance, you could 'easily' display recommendations on the confirmation page based on responses to form questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Conditional HTML Fields to display on confirmation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/conditional-html-fields-to-display-on-confirmation#post-12388</link>
			<pubDate>Tue, 09 Nov 2010 20:21:54 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">12388@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The HTML blocks aren't intended to be displayed in the notifications like the other fields as they're not associated with a value. They're not actual form inputs.  If they're still showing up as available fields in the notification screens, we'll most likely have to exclude them to prevent confusion.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
