<?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: Adding a title attribute to a field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/adding-a-title-attribute-to-a-field</link>
		<description>Gravity Support Forums Topic: Adding a title attribute to a field</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 17:38:56 +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/adding-a-title-attribute-to-a-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Adding a title attribute to a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-title-attribute-to-a-field#post-17904</link>
			<pubDate>Tue, 08 Feb 2011 08:52:46 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17904@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Great. Thanks for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daltonrooney on "Adding a title attribute to a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-title-attribute-to-a-field#post-17885</link>
			<pubDate>Mon, 07 Feb 2011 23:59:08 +0000</pubDate>
			<dc:creator>daltonrooney</dc:creator>
			<guid isPermaLink="false">17885@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fantastic, that worked perfectly. Thanks again for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adding a title attribute to a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-title-attribute-to-a-field#post-17813</link>
			<pubDate>Mon, 07 Feb 2011 11:01:07 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17813@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Understood. We are planning quite a few enhancements to the existing form functionality. Additional field options &#38;amp; label options are on that list for sure. You'll probably start seeing some of those type enhancements in the 1.6+ releases.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daltonrooney on "Adding a title attribute to a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-title-attribute-to-a-field#post-17812</link>
			<pubDate>Mon, 07 Feb 2011 10:47:06 +0000</pubDate>
			<dc:creator>daltonrooney</dc:creator>
			<guid isPermaLink="false">17812@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks, I'll give that a shot! That should definitely work for now, although it would be great to have something similar built into the plugin at some point so my clients can update it themselves. I understand you're considering adding inline labels, it's definitely something I'd be excited to see.&#60;/p&#62;
&#60;p&#62;Dalton
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Adding a title attribute to a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-title-attribute-to-a-field#post-17809</link>
			<pubDate>Mon, 07 Feb 2011 09:16:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">17809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can try adding the actual title attributes with jQuery. You would probably have to define this before the other script is loaded for it to work properly.&#60;/p&#62;
&#60;p&#62;example:&#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;quot;input#input_1_2&#38;quot;).attr(&#38;quot;title&#38;quot;, &#38;quot;this is the title&#38;quot;);
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>daltonrooney on "Adding a title attribute to a field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/adding-a-title-attribute-to-a-field#post-17801</link>
			<pubDate>Mon, 07 Feb 2011 00:03:26 +0000</pubDate>
			<dc:creator>daltonrooney</dc:creator>
			<guid isPermaLink="false">17801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I use a cool jQuery plugin called formtips to add inline text to my fields&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://manuelboy.de/projekte/jquery-formtips/&#34; rel=&#34;nofollow&#34;&#62;http://manuelboy.de/projekte/jquery-formtips/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The info clears on focus and is not submitted along with the form. The plugin works by using the &#34;title&#34; of the field, for example: &#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;text&#34; name=&#34;website&#34; value=&#34;&#34; id=&#34;website&#34; size=&#34;40&#34; title=&#34;website&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;Right now I'm using the default text/clearit class tip that was mentioned on the forum &#60;a href=&#34;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#34; rel=&#34;nofollow&#34;&#62;before&#60;/a&#62;. That gets me halfway there, but the default text is still submitted to the form, which is not great. &#60;/p&#62;
&#60;p&#62;It would be great if I could somehow add a title to a field so that formtips can use it. Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
