<?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: Form does not appear on page correctly.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-appear-on-page-correctly</link>
		<description>Gravity Support Forums Topic: Form does not appear on page correctly.</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 00:05:29 +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/form-does-not-appear-on-page-correctly" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Form does not appear on page correctly."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-appear-on-page-correctly#post-16244</link>
			<pubDate>Fri, 14 Jan 2011 13:03:19 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">16244@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should get you close. I copied these styles from your existing form and targeted the proper elements in a Gravity Form.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper input[type=text],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=phone],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=password],
body .gform_wrapper textarea {
    background: url(&#38;quot;images/contact_input.png&#38;quot;) repeat-x scroll 0 0 #F7F7F7;
    border: 1px solid #CCC;
    color: #111;
}

body .gform_wrapper .gform_footer input[type=submit] {
    background: url(&#38;quot;images/contact_submit.png&#38;quot;) no-repeat scroll 0 0 transparent;
    margin-right: 6px;
    width: 73px;
    border:none !important;
    color: #4C4B4B;
    float: right;
    font-size: 12px;
    height: 35px;
    margin-right: 9px;
    text-shadow: 1px 1px 1px #FFFFFF;
    text-transform: uppercase;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you need to apply other rules, you can check out this guide on how to properly target form elements in Gravity Forms&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/&#34; rel=&#34;nofollow&#34;&#62;http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kevinpaul on "Form does not appear on page correctly."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-appear-on-page-correctly#post-16085</link>
			<pubDate>Wed, 12 Jan 2011 22:02:21 +0000</pubDate>
			<dc:creator>kevinpaul</dc:creator>
			<guid isPermaLink="false">16085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the info. You were right about the built in form. So I was able to embed the gravity form on a standard template page so the built in form would not show up. So how do I go about taking that styling and applying it to the gravity form? Please forgive my ignorance as I am just getting into this blogging thing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Form does not appear on page correctly."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-appear-on-page-correctly#post-16067</link>
			<pubDate>Wed, 12 Jan 2011 17:06:36 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">16067@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;The form beneath the Gravity Form appears to be a default form that is part of your theme. More than likely there is a theme option to disable this.&#60;/p&#62;
&#60;p&#62;In regards to the styling of the form, Gravity Forms comes with a minimal amount of default styling and leaves the more advanced styling to the end user. In order to style the Gravity Form like the default form that is currently displaying beneath the Gravity Form, you'll want to modify the styles in your stylesheet.&#60;/p&#62;
&#60;p&#62;You can find the current styles used to style your theme's default form on this stylesheet:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kevinpaulphotography.com/blog/wp-content/themes/TheStyle/epanel/page_templates/page_templates.css&#34; rel=&#34;nofollow&#34;&#62;http://www.kevinpaulphotography.com/blog/wp-content/themes/TheStyle/epanel/page_templates/page_templates.css&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kevinpaul on "Form does not appear on page correctly."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-does-not-appear-on-page-correctly#post-16063</link>
			<pubDate>Wed, 12 Jan 2011 15:59:13 +0000</pubDate>
			<dc:creator>kevinpaul</dc:creator>
			<guid isPermaLink="false">16063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having an issue with the way the form comes up on the page. The styling looks incorrect and there is an extra form under the submit button.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kevinpaulphotography.com/blog/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.kevinpaulphotography.com/blog/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for any help!&#60;/p&#62;
&#60;p&#62;Kevin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
