<?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: captcha input field not playing ball</title>
		<link>https://legacy.forums.gravityhelp.com/topic/captcha-input-field-not-playing-ball</link>
		<description>Gravity Support Forums Topic: captcha input field not playing ball</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:29:20 +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/captcha-input-field-not-playing-ball" rel="self" type="application/rss+xml" />

		<item>
			<title>adamb2011 on "captcha input field not playing ball"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-input-field-not-playing-ball#post-72888</link>
			<pubDate>Tue, 28 Aug 2012 08:58:52 +0000</pubDate>
			<dc:creator>adamb2011</dc:creator>
			<guid isPermaLink="false">72888@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David,&#60;br /&#62;
That's a great help, just wondering if you can help with the clipping at the end of each name field.&#60;/p&#62;
&#60;p&#62;Many Thanks&#60;br /&#62;
Bret&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.engageclinical.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.engageclinical.co.uk&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "captcha input field not playing ball"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-input-field-not-playing-ball#post-72090</link>
			<pubDate>Wed, 22 Aug 2012 10:33:12 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">72090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is the min-width on your base.css for:&#60;/p&#62;
&#60;p&#62;input[type=&#34;text&#34;], input[type=&#34;password&#34;], input[type=&#34;email&#34;], textarea, select {&#60;/p&#62;
&#60;p&#62;That is causing the overflow on the Captcha input field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adamb2011 on "captcha input field not playing ball"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-input-field-not-playing-ball#post-72041</link>
			<pubDate>Wed, 22 Aug 2012 02:50:08 +0000</pubDate>
			<dc:creator>adamb2011</dc:creator>
			<guid isPermaLink="false">72041@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, yes just realised it would be locked down,&#60;br /&#62;
You should be able to view it now&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
Bret
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "captcha input field not playing ball"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-input-field-not-playing-ball#post-72000</link>
			<pubDate>Tue, 21 Aug 2012 20:06:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">72000@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks like you are in maintenance mode - can I get around this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adamb2011 on "captcha input field not playing ball"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/captcha-input-field-not-playing-ball#post-71992</link>
			<pubDate>Tue, 21 Aug 2012 19:18:47 +0000</pubDate>
			<dc:creator>adamb2011</dc:creator>
			<guid isPermaLink="false">71992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've targeted the fields with css, but am unable to correct the field overflow in captcha.&#60;br /&#62;
I've tried reducing the text field length shorter than I need to see if anything changes, but no look.&#60;br /&#62;
The page in question is:&#60;br /&#62;
&#60;a href=&#34;http://engageclinical.co.uk/?page_id=15&#34; rel=&#34;nofollow&#34;&#62;http://engageclinical.co.uk/?page_id=15&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is the current css i'm using:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {background-color: rgba(200,232,251, .3);height:20px;width:270px!important;box-shadow: 0 1px 0 #E5E5EE;}

.gform_wrapper textarea {background-color: rgba(200,232,251, .3);height:20px;box-shadow: 0 1px 0 #E5E5EE;}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=file] {background:#e9bbf8;height:20px;}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex {
font-size:16px;
}

.recaptchatable #recaptcha_response_field {
    bottom: 7px !important;
    font-size: 10pt;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Any help will be greatly recieved.&#60;/p&#62;
&#60;p&#62;Many Thanks&#60;br /&#62;
Bret
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
