<?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: remove asterisk from required field.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/remove-asterisk-from-required-field</link>
		<description>Gravity Support Forums Topic: remove asterisk from required field.</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:31:06 +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/remove-asterisk-from-required-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "remove asterisk from required field."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-asterisk-from-required-field#post-26202</link>
			<pubDate>Tue, 24 May 2011 09:34:24 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">26202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to do this with a jQuery snippet added to your theme file. You would look for the &#34;gfield_required&#34; span and replace the contents with whatever you'd like. This of course assumes that you have already enqueued the jQuery library in your theme header.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery.noConflict();
  jQuery(document).ready(function($) {

     $(&#38;#39;.gform_wrapper .gfield_required&#38;#39;).html(&#38;#39;* required&#38;#39;);

  });&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/aczC&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/aczC&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tanksalot on "remove asterisk from required field."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-asterisk-from-required-field#post-26201</link>
			<pubDate>Tue, 24 May 2011 09:07:04 +0000</pubDate>
			<dc:creator>tanksalot</dc:creator>
			<guid isPermaLink="false">26201@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can we replace the asterisk with a written &#34;(required)&#34; or &#34;required&#34; in italics?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "remove asterisk from required field."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-asterisk-from-required-field#post-18759</link>
			<pubDate>Wed, 16 Feb 2011 21:46:42 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, as the user said above you can hide it using CSS.  There is no way to remove it.  If the field is required you want some sort of visual cue so the user knows it is required.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>STB on "remove asterisk from required field."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-asterisk-from-required-field#post-18752</link>
			<pubDate>Wed, 16 Feb 2011 20:33:11 +0000</pubDate>
			<dc:creator>STB</dc:creator>
			<guid isPermaLink="false">18752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;add some custom css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;span.gfield_required {
display:none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jayd on "remove asterisk from required field."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-asterisk-from-required-field#post-18750</link>
			<pubDate>Wed, 16 Feb 2011 20:22:24 +0000</pubDate>
			<dc:creator>jayd</dc:creator>
			<guid isPermaLink="false">18750@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;can you remove asterisk from required field. but still require that field?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
