<?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: Images in dropdowns</title>
		<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns</link>
		<description>Gravity Support Forums Topic: Images in dropdowns</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 05:50:09 +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/images-in-dropdowns" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-45781</link>
			<pubDate>Sat, 07 Jan 2012 14:28:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, glad you got it working!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sylvain@logographe.ca on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-45776</link>
			<pubDate>Sat, 07 Jan 2012 11:42:38 +0000</pubDate>
			<dc:creator>sylvain@logographe.ca</dc:creator>
			<guid isPermaLink="false">45776@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Found the solution:&#60;br /&#62;
- created a folder in my theme for images&#60;br /&#62;
- the value attribute set in Gravity become the name of the png in that folder&#60;/p&#62;
&#60;p&#62;The code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var templateDir = &#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;) ?&#38;gt;&#38;quot;;
jQuery(document).ready(function(){
    jQuery(&#38;quot;.msdropdown option&#38;quot;).attr(&#38;#39;title&#38;#39;, function() {
	var file = this.value + &#38;#39;.png&#38;#39;;
	var path = templateDir+&#38;#39;/options/&#38;#39;;
	return path+file});

});&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sylvain@logographe.ca on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-45771</link>
			<pubDate>Sat, 07 Jan 2012 10:55:57 +0000</pubDate>
			<dc:creator>sylvain@logographe.ca</dc:creator>
			<guid isPermaLink="false">45771@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, it worked!&#60;br /&#62;
I suppose we can also transpose all the &#34;values&#34; as &#34;titles&#34; automatically... ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-45767</link>
			<pubDate>Sat, 07 Jan 2012 08:52:19 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can add the attribute via jQuery as well, something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function(){
    jQuery(&#38;quot;#inputID option[value=&#38;#39;Field Value&#38;#39;]&#38;quot;).attr(&#38;#39;title&#38;#39;, &#38;#39;Testing&#38;#39;);
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Use the ID on the select and then list the value in the option and then add your title value (img src) and rinse and repeat.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sylvain@logographe.ca on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-45732</link>
			<pubDate>Fri, 06 Jan 2012 17:40:38 +0000</pubDate>
			<dc:creator>sylvain@logographe.ca</dc:creator>
			<guid isPermaLink="false">45732@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To implement this function, we have to edit the title attribute for each option.&#60;br /&#62;
Can we do that with your plugin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adjinwis on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-34185</link>
			<pubDate>Thu, 01 Sep 2011 20:31:25 +0000</pubDate>
			<dc:creator>adjinwis</dc:creator>
			<guid isPermaLink="false">34185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could you do a tutorial on this ?? I would love to see how to have images show on a dropdown .. I'm not clear on the answer above ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webpuzzlemaster on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-28988</link>
			<pubDate>Fri, 01 Jul 2011 15:53:46 +0000</pubDate>
			<dc:creator>webpuzzlemaster</dc:creator>
			<guid isPermaLink="false">28988@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks, i post another question about another inquiry regarding custom post types content&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/dynamically-populate-checkboxes-based-on-post-names&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/dynamically-populate-checkboxes-based-on-post-names&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-28982</link>
			<pubDate>Fri, 01 Jul 2011 15:41:57 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">28982@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David is currently traveling but i've forwarded this to him via email so when he gets a chance he will post a follow up response on this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-24405</link>
			<pubDate>Thu, 28 Apr 2011 11:44:24 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">24405@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Colin,&#60;/p&#62;
&#60;p&#62;This is possible to implement with Gravity Forms. You would just need to download and install the script then using jQuery, initialize the script for the drop downs you would like to target. Something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[js]
$(&#38;quot;select#input_1_2&#38;quot;).msDropDown();&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bootle on "Images in dropdowns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/images-in-dropdowns#post-24381</link>
			<pubDate>Thu, 28 Apr 2011 05:31:26 +0000</pubDate>
			<dc:creator>bootle</dc:creator>
			<guid isPermaLink="false">24381@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;My client would like the dropdowns to include an image - in her case, to choose colour, material, buckle design etc.&#60;/p&#62;
&#60;p&#62;I see GravityForms uses jQuery, and someone's achieved it here, so something for GravityForms to implement too?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.marghoobsuleman.com/jquery-image-dropdown&#34; rel=&#34;nofollow&#34;&#62;http://www.marghoobsuleman.com/jquery-image-dropdown&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks,&#60;/p&#62;
&#60;p&#62;Colin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
