<?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: Any way to change the required field asterisk to something else?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else</link>
		<description>Gravity Support Forums Topic: Any way to change the required field asterisk to something else?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:26:03 +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/any-way-to-change-the-required-field-asterisk-to-something-else" rel="self" type="application/rss+xml" />

		<item>
			<title>davemac on "Any way to change the required field asterisk to something else?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-59592</link>
			<pubDate>Mon, 21 May 2012 05:57:34 +0000</pubDate>
			<dc:creator>davemac</dc:creator>
			<guid isPermaLink="false">59592@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could do this using CSS. Will only work on CSS3 capable browsers:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required:after{
	content: &#38;quot; (required)&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Any way to change the required field asterisk to something else?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-41298</link>
			<pubDate>Wed, 16 Nov 2011 15:57:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">41298@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Joe T It's not stored in the database.  It's in the core Gravity Forms code.  Currently there is no settings option to change or configure this.  Because of that the only way to do this is via a simple customization as explained by Kevin above.&#60;/p&#62;
&#60;p&#62;Gravity Forms is extremely feature rich, but it will never provide 100% of the functionality that every individual user wants because expectations and needs vary greatly.  In those situations it's extremely customizable and can be made to do what you want through the use of customizations.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Joe T on "Any way to change the required field asterisk to something else?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-41259</link>
			<pubDate>Wed, 16 Nov 2011 10:18:50 +0000</pubDate>
			<dc:creator>Joe T</dc:creator>
			<guid isPermaLink="false">41259@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Where does the asterisk currently live and why can we not just change it (even if in the db) to whatever we want the required field indicator to be?  &#60;/p&#62;
&#60;p&#62;Usability studies have clearly shown that the single red asterisk is quite often overllooked, creating a less than optimal user experince.  We need a way other than loading images and independent scripts to control this simple text.  Is it really not possible outside of scripts and images?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Any way to change the required field asterisk to something else?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-23809</link>
			<pubDate>Wed, 20 Apr 2011 21:08:32 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">23809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just a simple CSS change to manipulate the color. There's a CSS sample on the documentation page.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Required_Field_Indicator_.28Asterisk.29&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples#Required_Field_Indicator_.28Asterisk.29&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Look for the section titled &#34;Required Field Indicator (Asterisk)&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tanksalot on "Any way to change the required field asterisk to something else?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-23804</link>
			<pubDate>Wed, 20 Apr 2011 19:19:17 +0000</pubDate>
			<dc:creator>tanksalot</dc:creator>
			<guid isPermaLink="false">23804@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What would be the change necessary to have the color in the first suggestion jQuery inherit from the page's CSS? I'd prefer the text &#34;(required)&#34; too. But the red doesn't work on my page background.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Any way to change the required field asterisk to something else?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-10911</link>
			<pubDate>Thu, 07 Oct 2010 16:00:21 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10911@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could add something like this to your page template.. assuming you are already loading jQuery in your theme of course..&#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() {
		$(&#38;quot;.gform_wrapper .gfield_required&#38;quot;).html(&#38;quot;* required field&#38;quot;);
	});
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which gives you something like this..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/fdc581e0db93dbe666f46f644c618b43.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;OR you could do something with just CSS - replace the default asterisk with some type of inline icon.. here's a CSS sample.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield_required {
    width:16px;
    height:16px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent:-9000px;
    background-image:url(../images/myrequiredimage.png);
    background-repeat:no-repeat
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Any way to change the required field asterisk to something else?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-10908</link>
			<pubDate>Thu, 07 Oct 2010 15:45:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">10908@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't possible as a built in feature. It is doable as a customization.  You would have to use jQuery to replace the contents of the span that contains the asterisk to whatever you wanted it to be using jQuery scripting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carbonatedinc on "Any way to change the required field asterisk to something else?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/any-way-to-change-the-required-field-asterisk-to-something-else#post-10906</link>
			<pubDate>Thu, 07 Oct 2010 14:02:16 +0000</pubDate>
			<dc:creator>carbonatedinc</dc:creator>
			<guid isPermaLink="false">10906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to change the asterisk(*) that denotes a required field to just the text (required) is there anyway that i can do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
