<?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: Grafity Forms problem</title>
		<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem</link>
		<description>Gravity Support Forums Topic: Grafity Forms problem</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 01:31:16 +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/grafity-forms-problem" rel="self" type="application/rss+xml" />

		<item>
			<title>HHans on "Grafity Forms problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem#post-45290</link>
			<pubDate>Mon, 02 Jan 2012 18:02:49 +0000</pubDate>
			<dc:creator>HHans</dc:creator>
			<guid isPermaLink="false">45290@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob,&#60;br /&#62;
It is a little playing around to find out  where it is in the CSS,&#60;br /&#62;
but this works for my.&#60;br /&#62;
Thanks again&#60;br /&#62;
Reagards,&#60;br /&#62;
Hans
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Grafity Forms problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem#post-45269</link>
			<pubDate>Mon, 02 Jan 2012 08:58:16 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45269@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is where pulling in our stylesheet comes in handy. I see you are using the ready classes, but they just aren't defined in your CSS. You can reference the stylesheet in the plugins folder to grab the styles you need/want to use. Or start outputting the CSS, otherwise you're going to have to write your own styles to handle everything one by one as it is needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HHans on "Grafity Forms problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem#post-45268</link>
			<pubDate>Mon, 02 Jan 2012 05:47:52 +0000</pubDate>
			<dc:creator>HHans</dc:creator>
			<guid isPermaLink="false">45268@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It works only partially, would like to put some text fields next to each other&#60;br /&#62;
but that's  overwritten by the Non-profit theme.&#60;br /&#62;
In the example field of Grafity Form editor it works they are side by side, but on the contact page of the test site the fields are at the top each other.&#60;br /&#62;
&#60;a href=&#34;http://www.fenv.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.fenv.nl&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Grafity Forms problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem#post-45250</link>
			<pubDate>Sun, 01 Jan 2012 13:38:53 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45250@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great, glad to help Hans!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HHans on "Grafity Forms problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem#post-45247</link>
			<pubDate>Sun, 01 Jan 2012 11:25:42 +0000</pubDate>
			<dc:creator>HHans</dc:creator>
			<guid isPermaLink="false">45247@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob,&#60;/p&#62;
&#60;p&#62; I think that dit the trick.&#60;/p&#62;
&#60;p&#62;Reagards,&#60;br /&#62;
Hans
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Grafity Forms problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem#post-45244</link>
			<pubDate>Sun, 01 Jan 2012 09:39:02 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45244@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like the Gravity Forms stylesheet is not coming through. Do you have it turned off in the plugin settings? If you don't want to output that, then try adding this to your theme's CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
display: none !important;
position: absolute !important;
left: -9000px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>HHans on "Grafity Forms problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem#post-45243</link>
			<pubDate>Sun, 01 Jan 2012 08:45:14 +0000</pubDate>
			<dc:creator>HHans</dc:creator>
			<guid isPermaLink="false">45243@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Again I've found out where it comes from.&#60;br /&#62;
in the Twenty Ten theme I can click Output CSS then it works.&#60;br /&#62;
If I do the same in the NonProfit theme&#60;br /&#62;
than the theme deactivating  the CSS Output.&#60;br /&#62;
Anyone have any idea how I can solve this?&#60;br /&#62;
Regards,&#60;br /&#62;
Hans
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HHans on "Grafity Forms problem"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/grafity-forms-problem#post-45242</link>
			<pubDate>Sun, 01 Jan 2012 08:25:34 +0000</pubDate>
			<dc:creator>HHans</dc:creator>
			<guid isPermaLink="false">45242@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;First of all the best wishes for 2012 that it may be a creative year.&#60;/p&#62;
&#60;p&#62;(sorry if the gramatica is not correct)&#60;/p&#62;
&#60;p&#62;Am building a WP site with the theme &#34;NonProfit&#34; and I have purchased Gravity Forms to create forms.&#60;br /&#62;
But this is the problem there is an option in Grafity Forms against spambots.&#60;/p&#62;
&#60;p&#62;&#34;enable anti-spam honeypot&#34; If I check that, than on the bottom of the form field I Get a field with the text &#34;This field is for validation purposes and should be left unchanged &#34;&#60;/p&#62;
&#60;p&#62;This shoeld not be visible according to Gravity Forms, Non-profit theme or WP overrides apparently a css rule.&#60;/p&#62;
&#60;p&#62;To be sure I have done a clean install of wp 3.3 and Twenty Ten theme and Gravity Forms as only plugin loaded, but that does not matter still see the field.&#60;/p&#62;
&#60;p&#62;Any idea in de W3C CSS Validator I see 111 errors and 228 warnings, after a clean install.&#60;br /&#62;
I hope someone knows what is the problem.&#60;/p&#62;
&#60;p&#62;Thanx in advance Site &#60;a href=&#34;http://www.fenv.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.fenv.nl&#60;/a&#62; contact page.&#60;br /&#62;
Hans.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
