<?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: Using images for multiple choice</title>
		<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice</link>
		<description>Gravity Support Forums Topic: Using images for multiple choice</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:06:56 +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/using-images-for-multiple-choice" rel="self" type="application/rss+xml" />

		<item>
			<title>mmeisner on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-48402</link>
			<pubDate>Sun, 05 Feb 2012 23:11:46 +0000</pubDate>
			<dc:creator>mmeisner</dc:creator>
			<guid isPermaLink="false">48402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump - any ideas on how to resolve this? It's been almost eight months...anyone offering any solutions on how to work around this possibly?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Samantha on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-46169</link>
			<pubDate>Wed, 11 Jan 2012 17:27:00 +0000</pubDate>
			<dc:creator>Samantha</dc:creator>
			<guid isPermaLink="false">46169@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Any solution for this yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-28249</link>
			<pubDate>Tue, 21 Jun 2011 12:22:16 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't have a solution right now, other than guessing which one it is.  &#60;/p&#62;
&#60;p&#62;The ability to enter HTML into checkboxes and radio buttons was just added, so problems associated with doing so were bound to crop up which is one of the reasons why we had not added the ability before because we knew it would cause problems in the Admin.&#60;/p&#62;
&#60;p&#62;We will have to take a look and see how we can handle this in areas such as Conditional Logic, etc.  So we are going to have to look at it and see what we can change so that it is more user friendly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexhusj on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-28215</link>
			<pubDate>Mon, 20 Jun 2011 22:35:34 +0000</pubDate>
			<dc:creator>alexhusj</dc:creator>
			<guid isPermaLink="false">28215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Same case in my form creating process.  (1) Multiple choice by image HTML, (2) assigned value to each option, (3) on the next page, display only the chosen image, by create HTML block with conditional logic.  The logical condition is: (Hide) when &#34;admin label A&#34; is NOT &#34;value X&#34;  &#60;/p&#62;
&#60;p&#62;The value list is a long blank list.  I can still move up and down the list and see the location by highlighted blue color.&#60;/p&#62;
&#60;p&#62;yes, as I select one of the blank values, the form is working.  Just been very confused with it.  I have a long list with 15+ or more choices.  Can you suggest any solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-26233</link>
			<pubDate>Tue, 24 May 2011 14:41:35 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">26233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;They appear blank because HTML isn't rendered in certain places in the Admin.  Conditional Logic uses the Labels, and because HTML is stripped out you are left with what appears to be a blank value.  That is why adding content outside of the HTML makes it appear, only the HTML is stripped out.  Try selecting one of the blank values and see which one works.  We can look into how to better handle this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbdurand on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-26225</link>
			<pubDate>Tue, 24 May 2011 12:36:46 +0000</pubDate>
			<dc:creator>jbdurand</dc:creator>
			<guid isPermaLink="false">26225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David said :&#60;br /&#62;
&#34;With Gravity Forms 1.5, you can actually add any HTML (including images) directly in the label in the Gravity Forms admin ( &#60;a href=&#34;http://grab.by/9VG0&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/9VG0&#60;/a&#62; ).&#60;br /&#62;
With the image actually inside of the label, clicking the image will also select the hidden checkbox.&#34;&#60;br /&#62;
I used that technique and the check boxes appeared replaced by the images I wanted.&#60;br /&#62;
But for some unknown reason, when I try to use conditionnal  logic on these labels, the labels appears blank in the menu and cannot be selected for conditionnal logic usage. Any idea?&#60;br /&#62;
I must add that I also try to insert value to these labels but that did not change anything, the labels are blank.&#60;br /&#62;
The only way I found to made the label reappear in the conditional logic list was to insert a number before the instruction ( 1&#38;lt;img src=... )&#60;br /&#62;
Thanks by advance for you answer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-24768</link>
			<pubDate>Wed, 04 May 2011 11:18:35 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">24768@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dpetsolt, did you already get this resolved? I just checked in Firefox and I was able to select the images to select the radio button.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dpetsolt on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-24737</link>
			<pubDate>Tue, 03 May 2011 16:10:06 +0000</pubDate>
			<dc:creator>dpetsolt</dc:creator>
			<guid isPermaLink="false">24737@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've added images w/rollover css to the radio button labels, and even though the user can simply click on the image in IE, Chrome, and Safari to select their choice, in Firefox the only way it'll make the selection is when you click on the checkbox. Is there any way I can add some css to get Firefox to be able to make the image selection also? Here's the form:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dish2u.com/14-second-quote/&#34; rel=&#34;nofollow&#34;&#62;http://dish2u.com/14-second-quote/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-23783</link>
			<pubDate>Wed, 20 Apr 2011 16:09:42 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">23783@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1 - Simple solution would be to just leave the radio buttons.&#60;br /&#62;
2 - More advanced solution would be to use CSS or Javascript to update the selected image with a &#34;selected&#34; version of the image (ie different color, border, or some visual indicator).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mmeisner on "Using images for multiple choice"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/using-images-for-multiple-choice#post-23779</link>
			<pubDate>Wed, 20 Apr 2011 15:50:31 +0000</pubDate>
			<dc:creator>mmeisner</dc:creator>
			<guid isPermaLink="false">23779@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, I've done that, and created a bit of a mess. I can probably re-size the images and fix it BUT how to I make it so the image, once clicked, remains selected so the user knows it's been chosen? If the radio button is gone, there's nothing to indicate to them...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
