<?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: ben@meredevelopment.co.uk</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/benmeredevelopmentcouk'>benmeredevelopmentcouk</a></link>
		<description>Gravity Support Forums User Favorites: ben@meredevelopment.co.uk</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 23:14:36 +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>David Peralty on "Highlight or delete default &#039;value&#039; in field on click..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlight-or-delete-default-value-in-field-on-click#post-74480</link>
			<pubDate>Sat, 08 Sep 2012 14:51:00 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">74480@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Javascript code should go into the header.php file of your selected theme. Have a look at this article:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott74 on "Highlight or delete default &#039;value&#039; in field on click..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlight-or-delete-default-value-in-field-on-click#post-74466</link>
			<pubDate>Sat, 08 Sep 2012 11:49:35 +0000</pubDate>
			<dc:creator>scott74</dc:creator>
			<guid isPermaLink="false">74466@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Ben or Carl, where would I add that JQuery code exactly. I am looking to do this also to save space....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben Hutchings on "Highlight or delete default &#039;value&#039; in field on click..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlight-or-delete-default-value-in-field-on-click#post-18985</link>
			<pubDate>Sat, 19 Feb 2011 09:46:05 +0000</pubDate>
			<dc:creator>Ben Hutchings</dc:creator>
			<guid isPermaLink="false">18985@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok thanks, I didn't get on too well with the script in that link, and settled for this very simple select script until I have time to get a better one working:&#60;/p&#62;
&#60;p&#62;jQuery(document).ready(function($) {&#60;br /&#62;
  $(&#34;input.medium, textarea.medium&#34;).click(function () {&#60;br /&#62;
    this.select();&#60;br /&#62;
  });&#60;br /&#62;
});&#60;/p&#62;
&#60;p&#62;The option to specify that a default value should validate as 'false' will be a much needed and appreciated feature I think. Many forms have the 'prompt' in the fields these days, for simplicity. Not sure what the standards and semantics guys would say, but from a UI  point of view its much more straightforward than labels.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Highlight or delete default &#039;value&#039; in field on click..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlight-or-delete-default-value-in-field-on-click#post-18829</link>
			<pubDate>Thu, 17 Feb 2011 15:35:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18829@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't a feature that is built in.  The only way to currently do it is with some custom jQuery.&#60;/p&#62;
&#60;p&#62;See this post:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It's a feature we do plan on adding in a future release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben Hutchings on "Highlight or delete default &#039;value&#039; in field on click..."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/highlight-or-delete-default-value-in-field-on-click#post-18817</link>
			<pubDate>Thu, 17 Feb 2011 13:43:32 +0000</pubDate>
			<dc:creator>Ben Hutchings</dc:creator>
			<guid isPermaLink="false">18817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'd like to use a default value in my 'Single Line Text' fields, and then when someone clicks in the field have it either select the value for overwriting, or ideally remove it.&#60;/p&#62;
&#60;p&#62;The designing I'm working to doesn't have labels you see.. client thinks they are 'messy' :)&#60;/p&#62;
&#60;p&#62;I've had a pretty good search around and a read of the docs, but haven't seen a method. I could hack it probably with some JS/JQ but would rather use a built-in method or a tried and tested method if there is one.&#60;/p&#62;
&#60;p&#62;Cheers!&#60;br /&#62;
Ben
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
