<?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 msgs not contained in my widget size</title>
		<link>https://legacy.forums.gravityhelp.com/topic/error-msgs-not-contained-in-my-widget-size</link>
		<description>Gravity Support Forums Topic: Error msgs not contained in my widget size</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 15:30:41 +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-msgs-not-contained-in-my-widget-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Error msgs not contained in my widget size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-msgs-not-contained-in-my-widget-size#post-45201</link>
			<pubDate>Fri, 30 Dec 2011 15:14:43 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">45201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your problem is a set height with an overflow on the div that contains your form. When the validation errors are displayed, the form is taller vertically so it gets cropped by the overflow on the parent container.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.builder-module-4 .widget {
    height: 320px;
    width: 286px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You would need to override the default validation styles for that form (base the CSS inheritance off the form ID so it doesn't change all of your forms) to remove the padding, borders or whatever you need that forces the extra height.  This snippet will get you started.. it appears that you'll have some more work to do because of other theme styles, but it should point you in the right direction.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]

body #gform_wrapper_2.gform_wrapper div.validation_error {
	display: none
}
body #gform_wrapper_2.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top:  0 !important;
}
body #gform_wrapper_2.gform_wrapper li.gfield.gfield_error,
body #gform_wrapper_2.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: none !important;
    border: none !important;
    margin-bottom:  0 !important;
    padding:  0 !important
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You could always make the parent container height taller by default to allow for the possibility of validation errors.&#60;/p&#62;
&#60;p&#62;Or, even another idea is to make the parent overflow property auto so if the form has the errors, you can still scroll through the form and submit it without the button being obfuscated.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.builder-module-4 .widget {
    overflow-y: auto
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/uMZXOQ&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/uMZXOQ&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmacmullen on "Error msgs not contained in my widget size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-msgs-not-contained-in-my-widget-size#post-45193</link>
			<pubDate>Fri, 30 Dec 2011 12:32:19 +0000</pubDate>
			<dc:creator>jmacmullen</dc:creator>
			<guid isPermaLink="false">45193@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;sorry about that &#60;a href=&#34;http://trueffort.com&#34; rel=&#34;nofollow&#34;&#62;http://trueffort.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Error msgs not contained in my widget size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-msgs-not-contained-in-my-widget-size#post-45185</link>
			<pubDate>Fri, 30 Dec 2011 08:21:20 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">45185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey there, tried clicking on that URL in a few browsers but it's not resolving. Is that the correct link?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jmacmullen on "Error msgs not contained in my widget size"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/error-msgs-not-contained-in-my-widget-size#post-45169</link>
			<pubDate>Fri, 30 Dec 2011 00:19:22 +0000</pubDate>
			<dc:creator>jmacmullen</dc:creator>
			<guid isPermaLink="false">45169@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://trueffor.com&#34; rel=&#34;nofollow&#34;&#62;http://trueffor.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Go to the page and in the left hand corner I have my newsletter registration widget. Just click the submit button so you get an error. Is there a way to turn off the error highlighting since it's not fitting in the container and looks bad? Is there a way to just state &#34;submission error&#34; try again or something?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
