<?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 User Favorites: cbg</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/cbg'>cbg</a></link>
		<description>Gravity Support Forums User Favorites: cbg</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 01:21:07 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5750</link>
			<pubDate>Tue, 25 May 2010 08:57:27 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@illinoisharley thanks for doing the extra legwork and sharing the results. I'm installing the beta version of Chrome for Windows and will give it a run.&#60;/p&#62;
&#60;p&#62;As you mentioned, there are a lot of scripts on this site. With the inconsistencies, I'd bet there is some kind of conflict there but we'll check it out and see.&#60;/p&#62;
&#60;p&#62;UPDATE:&#60;/p&#62;
&#60;p&#62;I installed Google Chrome beta 5.0.375.55 on Windows XP and the sidebar form on &#60;a href=&#34;http://www.canopyoutdoor.com.au/&#34; rel=&#34;nofollow&#34;&#62;http://www.canopyoutdoor.com.au/&#60;/a&#62; worked just fine for me. Again, I can't replicate the problem.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/7125b3d0d839cda779e3a2a9a5f0f2ef.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The error style didn't display because it appears like the default styles aren't being enqueued properly and/or there is some kind of styling conflict.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5747</link>
			<pubDate>Tue, 25 May 2010 08:03:11 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Danny, we appreciate the extra information. &#60;/p&#62;
&#60;p&#62;I can see there are a few places where the Thesis specific styles can still be tweaked on my end. I actually intended to change the &#34;5%&#34; to &#34;auto&#34; in this last release but missed it. These were added to help solve some of the most common Thesis form styling issues that resulted from some &#34;questionable&#34; theme CSS, most notably applying a blanket 45% width to all inputs. They work well with a default implementation of Thesis, but of course with other custom styles, it's hard to predict.&#60;/p&#62;
&#60;p&#62;With the huge variety themes out there, we can aim for the middle ground and hopefully the forms work fine with very little tweaking. One size really doesn't fit all so sometimes it does take a bit more work to get everything just so.&#60;/p&#62;
&#60;p&#62;The option to completely turn off the default forms CSS exists too, so it's easy to completely restyle the forms to your liking without the influence of any other stylesheets.&#60;/p&#62;
&#60;p&#62;As far as the input types, the majority of the themes I've seen don't use the type attribute for input styling at all so the styling issue wouldn't affect most. It's not that the HTML 5 fields actually break anything, just related to the choice of CSS selectors.&#60;/p&#62;
&#60;p&#62;Moving forward, we will be changing the HTML 5 fields to an optional setting in the next release so this won't be an issue.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Danny on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5740</link>
			<pubDate>Tue, 25 May 2010 02:00:40 +0000</pubDate>
			<dc:creator>Danny</dc:creator>
			<guid isPermaLink="false">5740@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Back to the original request - please build in a switch to turn these on or off. We have many clients that simply request XHTML 1.0 Strict validation and this breaks it.&#60;/p&#62;
&#60;p&#62;HTML 5 is great but it is pretty unnecessary here for most people (and most people will use some sort of XHTML doctype which will throw validation errors with them).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Danny on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5739</link>
			<pubDate>Tue, 25 May 2010 01:58:56 +0000</pubDate>
			<dc:creator>Danny</dc:creator>
			<guid isPermaLink="false">5739@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, I'm the developer. The styling issues came from 2 things:&#60;/p&#62;
&#60;p&#62;1.) HTML 5 input types&#60;/p&#62;
&#60;p&#62;2.) Thesis specific fixes (some are rather questionable to be honest, 5% !important width on checkboxes?)&#60;/p&#62;
&#60;p&#62;We often use input[type=&#34;text&#34;] in CSS, since this was changed to type email and type tel the styling was lost. In addition the Thesis fixes now took precedence over custom styling as almost every div in the chain up to the form was defined in the stylesheet (this is really unnecessary and forces us to do the same).&#60;/p&#62;
&#60;p&#62;Example of Thesis specific CSS:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#content_box .post_box .format_text ul.gfield_radio li input&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What would be enough:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.format_text input[type=&#38;quot;radio&#38;quot;]
.format_text .gform_wrapper input
.format_text .gfield_radio input&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What we used previously:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.custom .format_text .gform_wrapper input[type=&#38;quot;radio&#38;quot;]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What we have to use now:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.custom #content_box .post_box .format_text ul.gfield_radio li input&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5738</link>
			<pubDate>Tue, 25 May 2010 01:02:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">5738@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Another data point.&#60;/p&#62;
&#60;p&#62;On Windows XP with Chrome 5.0.375.55 beta&#60;/p&#62;
&#60;p&#62;When I go to this page and submit with no data:&#60;br /&#62;
&#60;a href=&#34;http://www.canopyoutdoor.com.au/&#34; rel=&#34;nofollow&#34;&#62;http://www.canopyoutdoor.com.au/&#60;/a&#62;&#60;br /&#62;
I do not get the validation error messages.  The cursor just jumps to the email field.&#60;/p&#62;
&#60;p&#62;When I go to this site:&#60;br /&#62;
&#60;a href=&#34;http://canopyoutdoor.biz/&#34; rel=&#34;nofollow&#34;&#62;http://canopyoutdoor.biz/&#60;/a&#62;&#60;br /&#62;
The validation error messages show up as expected.&#60;/p&#62;
&#60;p&#62;With Firefox 3.6.3, I get the validation error messages as expected on both sites.  There are a bunch of JavaScript errors on both sites, when checking in Firefox, but I am not sure if any of them are related to this problem.  I counted something like 26 scripts, including the inline JavaScript.&#60;/p&#62;
&#60;p&#62;In Google Chrome, this page does not even seem to be POSTing:&#60;br /&#62;
&#60;a href=&#34;http://www.canopyoutdoor.com.au/&#34; rel=&#34;nofollow&#34;&#62;http://www.canopyoutdoor.com.au/&#60;/a&#62;&#60;br /&#62;
when you click submit.  On the .biz page, you get a &#34;waiting for&#34; when it posts back to the server, then you get the validation error message.  At .com.au, that does not happen, but the cursor jumps to the email field right away.&#60;/p&#62;
&#60;p&#62;One other weird  thing: if you F5 to refresh in Chrome, you get the warning about duplicate form submission on the .biz site, but not the .com.au site.  That makes me believe the POST was not submitted.  &#60;/p&#62;
&#60;p&#62;So, I can confirm what &#60;a href=&#34;http://forum.gravityhelp.com/topic/html-5-input-types#post-5723&#34; rel=&#34;nofollow&#34;&#62;cbg is saying here&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5730</link>
			<pubDate>Mon, 24 May 2010 21:55:10 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5730@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, thanks so much for the extra information. Anything else you can tell us will be valuable in testing future versions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cbg on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5728</link>
			<pubDate>Mon, 24 May 2010 20:30:57 +0000</pubDate>
			<dc:creator>cbg</dc:creator>
			<guid isPermaLink="false">5728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for investigating.&#60;/p&#62;
&#60;p&#62;I tested with Chrome 4.1.249.1064 on Windows and it works. However it does not work with Chrome 5.0.375.55 beta on Windows.&#60;/p&#62;
&#60;p&#62;Please note that it works on staging (&#60;a href=&#34;http://canopyoutdoor.biz/&#34; rel=&#34;nofollow&#34;&#62;http://canopyoutdoor.biz/&#60;/a&#62; user / password: stage / stage) with  Gravity Forms 1.3.11 and Chrome 5.0.375.55 beta on Windows.&#60;/p&#62;
&#60;p&#62;It could be a problem with Chrome 5.x on Windows; however it works with Gravity Forms .1.311.&#60;/p&#62;
&#60;p&#62;I will talk to our developer about providing feedback on what he did to fix the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5724</link>
			<pubDate>Mon, 24 May 2010 19:38:52 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5724@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I checked this out in multiple browsers again, Chrome 4.1.249 on Windows, Chrome 5.0.375.55 on Mac - error message displayed fine for me everywhere.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/6e255223f9ebc727c79d85a88974a1b3.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm glad the other forms are working for you now, but I'm personally not convinced that the HTML 5 field attributes had anything to do with any styling issues. It would be great if you could post whatever &#34;fix&#34; your developer came up with so we can have a look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cbg on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5723</link>
			<pubDate>Mon, 24 May 2010 18:27:32 +0000</pubDate>
			<dc:creator>cbg</dc:creator>
			<guid isPermaLink="false">5723@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for feedback. Our developer went and fixed the styles to work with the new html 5 tags.&#60;/p&#62;
&#60;p&#62;However I would appreciate if you could help us fix a more subtle issue.&#60;/p&#62;
&#60;p&#62;I you use Chrome 5.0 and you go to&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://canopyoutdoor.biz/&#34; rel=&#34;nofollow&#34;&#62;http://canopyoutdoor.biz/&#60;/a&#62; (user / password: stage / stage)&#60;/p&#62;
&#60;p&#62;and click the Submit on &#34;EMAIL A CONSULTANT&#34; form you can see the error message caused by form validation. This site uses Gravity Forms 1.3.11.&#60;/p&#62;
&#60;p&#62;If you go to&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.canopyoutdoor.com.au/&#34; rel=&#34;nofollow&#34;&#62;http://www.canopyoutdoor.com.au/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and click the Submit on &#34;EMAIL A CONSULTANT&#34; form the error message is not displayed.&#60;/p&#62;
&#60;p&#62;This happens with Chrome only (I tested with IE and Firefox and it works).&#60;/p&#62;
&#60;p&#62;I would appreciate if you have a look and provide feedback.&#60;/p&#62;
&#60;p&#62;Otherwise the other forms work correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "HTML 5 input types"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html-5-input-types#post-5711</link>
			<pubDate>Mon, 24 May 2010 16:59:51 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I still can't replicate your issues. I've tested across multiple browsers and so far, no dice. I'm seeing normal validation and validation error styling being displayed.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/3c72be5ce3c8a6e0ce03dae64827dba4.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What specific browsers/platform are you having problems with?&#60;/p&#62;
&#60;p&#62;There weren't any database schema changes for version 1.3.12 but if you're planning on running WordPress version 3.0, you're going to need the newest version of Gravity Forms. If you're not upgrading your WordPress install for a while, you should be able to roll back to the earlier version without any issues.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
