<?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: How to Add Images to Form?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-images-to-form</link>
		<description>Gravity Support Forums Topic: How to Add Images to Form?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:38: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/how-to-add-images-to-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to Add Images to Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-images-to-form#post-111069</link>
			<pubDate>Sun, 30 Dec 2012 10:48:03 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">111069@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@reegerss, please begin a new topic and ask your question there.  If you would like to add a background image to your page or form, please let us know what image you would like to add and provide a link to the page on your site where the form is embedded.  There have been no changes to this functionality, but we can help you with the CSS to get the form displayed how you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>reegerss on "How to Add Images to Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-images-to-form#post-110605</link>
			<pubDate>Sat, 29 Dec 2012 14:38:58 +0000</pubDate>
			<dc:creator>reegerss</dc:creator>
			<guid isPermaLink="false">110605@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;have there been any updates to make this easier? or something similar?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shonari on "How to Add Images to Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-images-to-form#post-53562</link>
			<pubDate>Tue, 27 Mar 2012 08:13:51 +0000</pubDate>
			<dc:creator>Shonari</dc:creator>
			<guid isPermaLink="false">53562@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That works... all depends on where you want the images to go.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "How to Add Images to Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-images-to-form#post-53547</link>
			<pubDate>Tue, 27 Mar 2012 05:23:18 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">53547@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I am having trouble with assigning a BG image in the text field due to the exact positioning I want, so think I will just need to put the HTML div's in and use CSS to control the images in them above the fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shonari on "How to Add Images to Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-images-to-form#post-53460</link>
			<pubDate>Mon, 26 Mar 2012 13:12:36 +0000</pubDate>
			<dc:creator>Shonari</dc:creator>
			<guid isPermaLink="false">53460@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What I did was:&#60;/p&#62;
&#60;p&#62;Create the field and assign a custom css class name. I then specified the custom image css in the theme.&#60;br /&#62;
So in the field section click on Advanced then enter a CSS Class name. Go to your theme css and enter:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.classname {
height: 150px;
padding-left: 180px;
background-image: url(&#38;#39;http://url-toimage-file.jpg&#38;#39;);
background-repeat: no-repeat;
background-position: left;
padding-bottom: 15px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course the css will be specific to your layout.&#60;/p&#62;
&#60;p&#62;If you dont want to add the css to your theme you can download the plugin &#34;Specific CSS/JS for Posts and Pages&#34; and specify the css in the post where the form will be added&#60;/p&#62;
&#60;p&#62;Hope that helps
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "How to Add Images to Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-images-to-form#post-53447</link>
			<pubDate>Mon, 26 Mar 2012 12:00:10 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">53447@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would need to add HTML blocks or else target the individual input containers and apply background images via CSS rules. Either way, if you have that many fields it's going to be a bit of work. The latter will keep the form builder less cluttered in the admin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "How to Add Images to Form?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-add-images-to-form#post-53411</link>
			<pubDate>Mon, 26 Mar 2012 04:49:01 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">53411@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am trying to create a form similar to this pic I uploaded &#60;a href=&#34;http://i43.tinypic.com/359mufb.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i43.tinypic.com/359mufb.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It is basically a 4 column layout form which has an image above a form field. The image is a product in this case and the user can enter the quantity into the form field of which products they desire. &#60;/p&#62;
&#60;p&#62;I don't see a way in gravity forms to simply add an image to the form without perhaps using the HTML block? I have about 150 images for the form, so doing it via HTML would be cumbersome but OK if that is the only way. &#60;/p&#62;
&#60;p&#62;Can anyone help me understand how to achieve such a form using gravity forms?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
