<?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: Error Message</title>
		<link>https://legacy.forums.gravityhelp.com/topic/error-message-2</link>
		<description>Gravity Support Forums Topic: Error Message</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 21:10:30 +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/error-message-2" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-81493</link>
			<pubDate>Tue, 16 Oct 2012 15:45:06 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">81493@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like you got it figured out pretty well here, try adding in this one last piece:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required label.gfield_label, body #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required div.ginput_container {
margin-top: 0;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>ciznerguy on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-81455</link>
			<pubDate>Tue, 16 Oct 2012 13:01:38 +0000</pubDate>
			<dc:creator>ciznerguy</dc:creator>
			<guid isPermaLink="false">81455@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;not sure if I am entirely reading your code correctly Rob.  I am trying to do the same thing with a popup window for errors as opposed to the boxes.  My form is here:  &#60;a href=&#34;http://www.firstcanadianmovers.com&#34; rel=&#34;nofollow&#34;&#62;http://www.firstcanadianmovers.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The highlight red boxes expands and destroys my form so this popup solution is ideal.  Can you comment out some of your code in the future?  Appreciate all the help.  THanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-66814</link>
			<pubDate>Wed, 18 Jul 2012 07:41:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">66814@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This should do the trick:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_validation_error #field_5_2 .gfield_description.validation_message {
display: none;
}
.gform_validation_error #field_5_2 {
background: none;
padding: 0 !important;
margin: 0 !important;
border: 0;
width: 99.2%;
}
.gform_validation_error #field_5_1 .ginput_container, .gform_validation_error #field_5_2 .ginput_container {
margin: 0;
max-width: 100% !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kbdunham on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-66763</link>
			<pubDate>Wed, 18 Jul 2012 00:41:11 +0000</pubDate>
			<dc:creator>kbdunham</dc:creator>
			<guid isPermaLink="false">66763@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
The form is back.&#60;br /&#62;
In general the way I'd like it is that if either of the two form fields aren't filled out correctly, then the popup error box will suffice. I don't need the red boxes or the error text under/around the form fields as they are not only redundant in this instance, but causing the form to get all screwed up.&#60;/p&#62;
&#60;p&#62;Note that both the name and the email fields provide the error box so I need it so that no matter if either or both of the two fields are incorrect, neither will provide the error message/box.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;br /&#62;
&#60;a href=&#34;http://testing.musedigitaldesign.com/site8/&#34; rel=&#34;nofollow&#34;&#62;http://testing.musedigitaldesign.com/site8/&#60;/a&#62; (In the header)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-66674</link>
			<pubDate>Tue, 17 Jul 2012 12:25:39 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">66674@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, if you could and we can work through it together.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbdunham on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-66554</link>
			<pubDate>Mon, 16 Jul 2012 18:29:52 +0000</pubDate>
			<dc:creator>kbdunham</dc:creator>
			<guid isPermaLink="false">66554@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, please. I have removed the form from that link. Do I need to put it back?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-66389</link>
			<pubDate>Mon, 16 Jul 2012 07:44:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">66389@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I can help you out with this if you're still interested...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbdunham on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-66363</link>
			<pubDate>Mon, 16 Jul 2012 01:01:46 +0000</pubDate>
			<dc:creator>kbdunham</dc:creator>
			<guid isPermaLink="false">66363@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Never mind.&#60;/p&#62;
&#60;p&#62;I'm just going to implement a popup signup form when someone clicks on the button. This took way too much time to try and figure out and I'm tired and frustrated.&#60;/p&#62;
&#60;p&#62;I'm not saying I'm a CSS expert. But I'm not a noob either. When I look inside the CSS for these forms, sometimes I feel like I'm looking at a website that was developed with too many nested tables 10 years ago. Sorry...just how I feel right now after over 2 hours of dickering around with CSS code to no avail.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbdunham on "Error Message"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-message-2#post-66361</link>
			<pubDate>Mon, 16 Jul 2012 00:18:15 +0000</pubDate>
			<dc:creator>kbdunham</dc:creator>
			<guid isPermaLink="false">66361@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do you get rid of not only the error message, but the pink box surrounding the form fields? Its not enough to just make the background of these div's transparent. I don't want them to display at all. However, I can't seem to find the correct CSS to make the form fields display without the pink error boxes.&#60;/p&#62;
&#60;p&#62;I am dealing with a really small space and these pink boxes are causing a lot of problems with my form displaying nicely if the wrong data is entered into the box.&#60;/p&#62;
&#60;p&#62;I have been able to create a popup error message that explains all fields are required. So in this case, the pink boxes are redundant. &#60;/p&#62;
&#60;p&#62;Finally, I don't want to get rid of these pink boxes on all forms on the site, just the one in the header.&#60;/p&#62;
&#60;p&#62;All help is really appreciated as I've just about pulled out all my hair trying to figure this one out.&#60;/p&#62;
&#60;p&#62;URL of form (in header): &#60;a href=&#34;http://testing.musedigitaldesign.com/site8/life-coaching/&#34; rel=&#34;nofollow&#34;&#62;http://testing.musedigitaldesign.com/site8/life-coaching/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
