<?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: Unable to use gravityforms action=&#34;conditional&#34;</title>
		<link>https://legacy.forums.gravityhelp.com/topic/unable-to-use-gravityforms-actionconditional</link>
		<description>Gravity Support Forums Topic: Unable to use gravityforms action=&quot;conditional&quot;</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 01:56:48 +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/unable-to-use-gravityforms-actionconditional" rel="self" type="application/rss+xml" />

		<item>
			<title>matsilva on "Unable to use gravityforms action=&#34;conditional&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-use-gravityforms-actionconditional#post-85280</link>
			<pubDate>Tue, 30 Oct 2012 15:59:43 +0000</pubDate>
			<dc:creator>matsilva</dc:creator>
			<guid isPermaLink="false">85280@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No worries. What I meant was that I used the code from David over at &#60;a href=&#34;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/2012/08/04/better-pre-submission-confirmation/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is a link to my form (Running the latest WP and Gravity Forms)&#60;br /&#62;
&#60;a href=&#34;http://bit.ly/Q0Ts2k&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/Q0Ts2k&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The conditional logic (in the form) applies to display either an uploaded image from your computer or from Instagram.  You can only choose 1 of the 2.&#60;/p&#62;
&#60;p&#62;The next step submits the image you upload to the form display a &#34;Preview&#34; of the image.  This is an item I am trying to display in the sidebar.  So far I am only successful with displaying the Instagram upload in the sidebar.  However it works perfectly for both image upload options &#34;inside&#34; the form itself.&#60;/p&#62;
&#60;p&#62;The conditional logic only displays the image you uploaded in the preview field which is an HTML field in the form on the 2nd step.&#60;/p&#62;
&#60;p&#62;After turning AJAX off I am still unable to echo the HTML preview field I created into the sidebar so I attempted to use conditional logic in the sidebar as an option but that doesn't work either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Unable to use gravityforms action=&#34;conditional&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-use-gravityforms-actionconditional#post-85276</link>
			<pubDate>Tue, 30 Oct 2012 15:48:19 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">85276@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Unfortunately, I still need more information. What do you mean by &#34;duplicate this in the sidebar with the same conditional logic action I am using inside the form fields.&#34; &#60;/p&#62;
&#60;p&#62;Is your Instagram upload part of a Gravity Form? I mean, did you make it a form element? If so, couldn't regular, in form conditional logic work? I guess I still also need to understand what you were trying to do with the conditional embed tag for notifications.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matsilva on "Unable to use gravityforms action=&#34;conditional&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-use-gravityforms-actionconditional#post-85275</link>
			<pubDate>Tue, 30 Oct 2012 15:41:42 +0000</pubDate>
			<dc:creator>matsilva</dc:creator>
			<guid isPermaLink="false">85275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have been hacking away at display an uploaded image on pre-submission and a PayPal total price field in the sidebar.  &#60;/p&#62;
&#60;p&#62;I found out that you can't display $_POST in the sidebar unless the form has AJAX turned off.&#60;/p&#62;
&#60;p&#62;However when trying to display the uploaded image it can come from 1 of 2 source. The default image upload you guys have and the Instagram upload I created myself.  The problem here is that HTML fields aren't being displayed in the sidebar that I have dynamically populating within the form just fine.&#60;/p&#62;
&#60;p&#62;So my attempt is to duplicate this in the sidebar with the same conditional logic action I am using inside the form fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Unable to use gravityforms action=&#34;conditional&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-use-gravityforms-actionconditional#post-85273</link>
			<pubDate>Tue, 30 Oct 2012 15:31:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">85273@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can't use it in the sidebar. Please read the following:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Shortcodes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Shortcodes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The conditional shortcode allows you to perform conditional logic in the message content of your Admin and User Notification emails as well as the Confirmation Message that is displayed when a form is submitted.&#60;/p&#62;
&#60;p&#62;The conditional shortcode consists of an opening and closing shortcode. Any text or content contained within the opening and closing conditional shortcode will be the content that is conditionally displayed.&#60;/p&#62;
&#60;p&#62;What are you trying to do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matsilva on "Unable to use gravityforms action=&#34;conditional&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-use-gravityforms-actionconditional#post-85272</link>
			<pubDate>Tue, 30 Oct 2012 15:29:48 +0000</pubDate>
			<dc:creator>matsilva</dc:creator>
			<guid isPermaLink="false">85272@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to use the [gravityforms action=&#34;conditional&#34;] in the sidebar but it doesn't seem to work for me at all.&#60;/p&#62;
&#60;p&#62;Is there anything we can use to have this work in a sidebar?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
