<?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: Time Field on IE</title>
		<link>https://legacy.forums.gravityhelp.com/topic/time-field-on-ie</link>
		<description>Gravity Support Forums Topic: Time Field on IE</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:37:52 +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/time-field-on-ie" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Time Field on IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-on-ie#post-5418</link>
			<pubDate>Wed, 12 May 2010 11:39:31 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5418@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try appending this to your theme style sheet to fix the alignment issue..&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input{*margin-left:0;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and you can add the maxlength attribute to the time fields for now with some jQuery added to you theme header file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
jQuery(document).ready(function() {

jQuery(&#38;#39;.gfield_time_hour input&#38;#39;).attr(&#38;#39;maxlength&#38;#39;, &#38;#39;2&#38;#39;);
jQuery(&#38;#39;.gfield_time_minute input&#38;#39;).attr(&#38;#39;maxlength&#38;#39;, &#38;#39;2&#38;#39;);

});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Let us know if that works for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Time Field on IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-on-ie#post-5417</link>
			<pubDate>Wed, 12 May 2010 11:31:22 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5417@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The time field has been tested in IE7 and worked fine. It's most likely inheriting something from your theme and I may need to see it to know what to fix.&#60;/p&#62;
&#60;p&#62;As far as the maxlength, I'll mention that to the team so we can get that updated in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jfisher on "Time Field on IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-on-ie#post-5416</link>
			<pubDate>Wed, 12 May 2010 09:59:27 +0000</pubDate>
			<dc:creator>jfisher</dc:creator>
			<guid isPermaLink="false">5416@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am running into the same issue.&#60;/p&#62;
&#60;p&#62;- Gets cut off on IE 7&#60;br /&#62;
- Also there is no maxlength set so more than 2 characters can be entered&#60;/p&#62;
&#60;p&#62;Any idea when this will be fixed?&#60;/p&#62;
&#60;p&#62;Are there any other work around to handle times besides a text field and radio buttons/drop down for AM/PM?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Time Field on IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-on-ie#post-5140</link>
			<pubDate>Sat, 01 May 2010 06:38:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5140@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, thanks. I'll test it some more and see if I can offer any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tajackson on "Time Field on IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-on-ie#post-5139</link>
			<pubDate>Sat, 01 May 2010 06:35:48 +0000</pubDate>
			<dc:creator>tajackson</dc:creator>
			<guid isPermaLink="false">5139@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I checked in IE8. The cursor won't go in the HH box on Event Time - Start. I see you did it but I've had complaints from others that they can't do it (&#38;amp; I couldn't do it either).&#60;/p&#62;
&#60;p&#62;Of course, it works perfectly on Firefox etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Time Field on IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-on-ie#post-5138</link>
			<pubDate>Fri, 30 Apr 2010 22:21:16 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5138@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What version of IE are you referring to? I checked in IE8 and everything seems to be fine.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/04537410307dffdf8130092b63dfbe4e.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, what isn't displaying properly? Margins, alignment, labels, select box ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tajackson on "Time Field on IE"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/time-field-on-ie#post-5135</link>
			<pubDate>Fri, 30 Apr 2010 20:06:09 +0000</pubDate>
			<dc:creator>tajackson</dc:creator>
			<guid isPermaLink="false">5135@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The Time Field on my &#34;Request A Quote&#34; page (&#60;a href=&#34;http://fogcityent.com/request-quote/&#34; rel=&#34;nofollow&#34;&#62;http://fogcityent.com/request-quote/&#60;/a&#62;) is not displaying properly in IE (surprise!). I would guess it's just a CSS fix but would like to get some concrete advice before  I go poking around.&#60;br /&#62;
Thanks,&#60;br /&#62;
Tom
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
