<?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: Default Value Field custom CSS</title>
		<link>https://legacy.forums.gravityhelp.com/topic/default-value-field-custom-css</link>
		<description>Gravity Support Forums Topic: Default Value Field custom CSS</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:48:28 +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/default-value-field-custom-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Default Value Field custom CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/default-value-field-custom-css#post-342552</link>
			<pubDate>Mon, 24 Jun 2013 17:12:12 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">342552@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It sounds like you are using the default value as a placeholder, you may want to look into using a plugin or a script to add the HTML5 placeholder attribute to the inputs.&#60;/p&#62;
&#60;p&#62;Here are two plugins that are in the WordPress plugin repository, if I remember correctly they also hide or remove the field label&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-placeholders/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/gravity-forms-auto-placeholders/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/gravity-forms-auto-placeholders/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you only have a few fields a bit of jQuery would accomplish it as well, the following example would add the placeholder Name to field 1 of form 5 for example&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;
jQuery(document).ready(function($){
     $(&#38;#39;#input_5_1&#38;#39;).attr(&#38;#39;placeholder&#38;#39;,&#38;#39;Name&#38;#39;);
});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you have more than a few there are some functions you can add to your themes functions file that will add placeholders to the fields settings panel in the form editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wot on "Default Value Field custom CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/default-value-field-custom-css#post-342538</link>
			<pubDate>Mon, 24 Jun 2013 16:44:01 +0000</pubDate>
			<dc:creator>wot</dc:creator>
			<guid isPermaLink="false">342538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thx&#60;/p&#62;
&#60;p&#62;I'll hire some Jquery ninja to have a look to it,&#60;br /&#62;
If I find the solution I'll post it here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Default Value Field custom CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/default-value-field-custom-css#post-342507</link>
			<pubDate>Mon, 24 Jun 2013 16:12:52 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">342507@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, yes, in that case the &#34;default value&#34; and whatever you type will share the same style.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wot on "Default Value Field custom CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/default-value-field-custom-css#post-342440</link>
			<pubDate>Mon, 24 Jun 2013 15:01:56 +0000</pubDate>
			<dc:creator>wot</dc:creator>
			<guid isPermaLink="false">342440@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Thx for the quick response.&#60;/p&#62;
&#60;p&#62;I have a field Name and I display a default message: &#34; e.g. John Smith&#34; , I also use the small script to clear the default value &#34;onfocus&#34;.&#60;br /&#62;
I also know how to adapt the CSS for that text field but I don't find the CSS for the default value.&#60;/p&#62;
&#60;p&#62;Maybe there isn't one : )
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Default Value Field custom CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/default-value-field-custom-css#post-342089</link>
			<pubDate>Mon, 24 Jun 2013 09:46:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">342089@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;All of our styling information can be found here:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Design_and_Layout&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you'd like for me to take a look and provide a CSS snippet for use, just post a link to your form for me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wot on "Default Value Field custom CSS"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/default-value-field-custom-css#post-341914</link>
			<pubDate>Mon, 24 Jun 2013 07:54:37 +0000</pubDate>
			<dc:creator>wot</dc:creator>
			<guid isPermaLink="false">341914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;How can I can I customize theCSS of a field's default value?&#60;br /&#62;
I would like to have it in a light grey, italic, etc ...&#60;/p&#62;
&#60;p&#62;Thx for your time
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
