<?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: Change post thumbnail with conditional logic</title>
		<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic</link>
		<description>Gravity Support Forums Topic: Change post thumbnail with conditional logic</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:34:13 +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/change-post-thumbnail-with-conditional-logic" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-149228</link>
			<pubDate>Mon, 18 Feb 2013 09:44:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">149228@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great, glad you found a way to work around it for now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bpurrenhage on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-148700</link>
			<pubDate>Sun, 17 Feb 2013 20:49:20 +0000</pubDate>
			<dc:creator>bpurrenhage</dc:creator>
			<guid isPermaLink="false">148700@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris,&#60;/p&#62;
&#60;p&#62;Thanks for your reply.  I decided to go the easy route based on your suggestion and change the form around to place the image inside.  That way I can use the HTML Standard Field to add conditional logic to an image based on the radio selected.  &#60;/p&#62;
&#60;p&#62;Thanks again for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-146084</link>
			<pubDate>Mon, 11 Feb 2013 22:52:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146084@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It would be possible to change the image which is displayed.  You would not be permanently changing the featured image setting for the page (which would not make sense anyway: if the last visitor selected a yellow, then the featured image would be yellow.)&#60;/p&#62;
&#60;p&#62;So, you need to just change the image which is shown when a choice in the form is made.  It would be easy to do in the form.  I did something similar here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://gravity.chrishajer.com/different-image-for-each-radio-button-selection/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/different-image-for-each-radio-button-selection/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You could probably use some jQuery to watch for that radio button selection and change the image on the page, or you could position the image which is normally in the form, over where the image on the page is.  None of that would change the featured image setting for the product page, it would just show a different image based on a form selection.&#60;/p&#62;
&#60;p&#62;Would either of those approaches work for you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bpurrenhage on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-145638</link>
			<pubDate>Sun, 10 Feb 2013 19:36:42 +0000</pubDate>
			<dc:creator>bpurrenhage</dc:creator>
			<guid isPermaLink="false">145638@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, I would like the image on the left to change to reflect the chosen color.  The image is not part of the form but rather the post thumbnail (featured image) for the product page.  I was able to get a second image to appear in the form using the HTML Standard Field with conditional logic set but this is not really what I'm looking for.  &#60;/p&#62;
&#60;p&#62;Is it possible to control the featured image?&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-145630</link>
			<pubDate>Sun, 10 Feb 2013 18:50:04 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145630@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, good.&#60;/p&#62;
&#60;p&#62;On this page now, when I select standard color, I get a choice of colors (radio buttons) and when I select one of those, you want the image on the left to change to reflect the chosen color?&#60;/p&#62;
&#60;p&#62;Is that image to the left part of the form, or is that the post thumbnail (featured image) for the product page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bpurrenhage on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-145614</link>
			<pubDate>Sun, 10 Feb 2013 17:46:56 +0000</pubDate>
			<dc:creator>bpurrenhage</dc:creator>
			<guid isPermaLink="false">145614@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well I've got the issue with the JS/prettyPhoto fixed in my theme.  Thanks for your help diagnosing the issue.  Everything seems to be functioning as expected.  &#60;/p&#62;
&#60;p&#62;Minor set back, now on to the image issue.  Again, here is the URL &#60;a href=&#34;http://ia-sports.com/products/anchor-2x/&#34; rel=&#34;nofollow&#34;&#62;http://ia-sports.com/products/anchor-2x/&#60;/a&#62;  &#60;/p&#62;
&#60;p&#62;I'd like to have the product image change when a standard color is selected to show the product in each color.  What's the easiest way to do this?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-145579</link>
			<pubDate>Sun, 10 Feb 2013 14:45:56 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145579@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, first things first.  Regarding the form not showing when you use conditional logic, it's because you have JavaScript errors on the page, which prevent Gravity Forms jQuery from running and revealing the form.  Here is the first error I see:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 2/10/13 12:41:55 PM
Error: TypeError: jQuery(...).prettyPhoto is not a function
Source File: &#60;a href=&#34;http://ia-sports.com/wp-content/themes/rhapsody/js/custom.js?ver=3.5.1&#34; rel=&#34;nofollow&#34;&#62;http://ia-sports.com/wp-content/themes/rhapsody/js/custom.js?ver=3.5.1&#60;/a&#62;
Line: 40&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That error is coming from custom JavaScript in your theme.  If you change to a default theme temporarily (Twenty Twelve or Twenty Eleven) and there are no other JavaScript errors on the page, then I think your form will display properly.&#60;/p&#62;
&#60;p&#62;If you need additional help finding out where the JavaScript errors are coming from, you can use the troubleshooting steps which are found here: &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Get the form working first then we'll work on the rest.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bpurrenhage on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-145543</link>
			<pubDate>Sun, 10 Feb 2013 11:26:46 +0000</pubDate>
			<dc:creator>bpurrenhage</dc:creator>
			<guid isPermaLink="false">145543@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the URL - &#60;a href=&#34;http://ia-sports.com/products/anchor-2x/&#34; rel=&#34;nofollow&#34;&#62;http://ia-sports.com/products/anchor-2x/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm looking to change the image shown only when an option is selected in the Gravity Form.  For example, when the color yellow option is selected the image changes to a yellow product.  This would not be a permanent change but would be only be tied to the option that is selected. &#60;/p&#62;
&#60;p&#62;That said, I am having other issues I need to deal with first.  As you can see on the page my form is not loading properly.  I can get it to load if I get rid of all the conditional logic. The forms were working perfectly until today.  I'm not sure what happened.  JS errors? &#60;/p&#62;
&#60;p&#62;Again, any help is appreciated and please let me know if I can provide any additional information.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-145516</link>
			<pubDate>Sun, 10 Feb 2013 10:05:08 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">145516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do you have an example of your form online where we can see this?&#60;/p&#62;
&#60;p&#62;To be clear, your Gravity Form is embedded in a post (a product page) and you want to change the post thumbnail permanently, or just change what image is shown on the page when the Gravity Form is displayed, when an option is selected in the Gravity Form?&#60;/p&#62;
&#60;p&#62;Can you explain more please, and share a URL to the page? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bpurrenhage on "Change post thumbnail with conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-post-thumbnail-with-conditional-logic#post-145511</link>
			<pubDate>Sun, 10 Feb 2013 09:50:25 +0000</pubDate>
			<dc:creator>bpurrenhage</dc:creator>
			<guid isPermaLink="false">145511@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using Gravity Forms with Woocommerce Gravity Forms Add-on and would like to control the featured image (post thumbnail) on a single product page based on the option selected in the Gravity Form.  I've been able to set it up so an image appears based on some conditional logic using the HTML Standard Field.  How do I get this image to replace the post thumbnail?&#60;/p&#62;
&#60;p&#62;Any help would be appreciated. Obvious newbee here.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
