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

		<item>
			<title>Chris Hajer on "Remove required field asterisk"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-required-field-asterisk#post-40951</link>
			<pubDate>Sun, 13 Nov 2011 16:30:46 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">40951@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can also hide it with CSS rather than hacking the plugin.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gform_wrapper .gfield_required {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thank you for the usability suggestion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jay on "Remove required field asterisk"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/remove-required-field-asterisk#post-40943</link>
			<pubDate>Sun, 13 Nov 2011 12:34:07 +0000</pubDate>
			<dc:creator>Jay</dc:creator>
			<guid isPermaLink="false">40943@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;From a usability and design standpoint, required field asterisk generation should be removed, and not be something that turns on/off by default.&#60;/p&#62;
&#60;p&#62;If a user wants to denote a field as required with an asterisk, they can add it to the field label. Sometimes, every form field is required, and its easier to simply insert a html field with &#34;all fields required&#34;, than to flood the form with asterisks.&#60;/p&#62;
&#60;p&#62;Modification: form_display.php - Line 1755&#60;br /&#62;
$required_div = IS_ADMIN ? sprintf(&#34;&#38;lt;span class='gfield_required'&#38;gt;%s&#38;lt;/span&#38;gt;&#34;, $field[&#34;isRequired&#34;] ? &#34;*&#34; : &#34;&#34;) : &#34;&#34;;&#60;/p&#62;
&#60;p&#62;note:  &#124;&#124; rgar($field, &#34;isRequired&#34;) has been removed.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
