<?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: Customising required field asterix - part 2</title>
		<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix-part-2</link>
		<description>Gravity Support Forums Topic: Customising required field asterix - part 2</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 11:29:57 +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/customising-required-field-asterix-part-2" rel="self" type="application/rss+xml" />

		<item>
			<title>kyle on "Customising required field asterix - part 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix-part-2#post-43028</link>
			<pubDate>Sat, 03 Dec 2011 09:11:15 +0000</pubDate>
			<dc:creator>kyle</dc:creator>
			<guid isPermaLink="false">43028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like the asterisks get the class gfield_required.  I'm not certain they are the only items with that class, but if they are you can do an image replace with this CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.gfield_required {
background: url(images/myimage.png) no-repeat 0 0;
display: block;
text-indent:-9999px;
height: 16px;
width: 14px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customising required field asterix - part 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix-part-2#post-43026</link>
			<pubDate>Sat, 03 Dec 2011 08:45:48 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43026@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad to help. Manipulate away!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Customising required field asterix - part 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix-part-2#post-43025</link>
			<pubDate>Sat, 03 Dec 2011 08:26:02 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">43025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Rob (the targeting CSS Jquery beast!),&#60;br /&#62;
thanks for the super quick reply. Still finding my way around all the different possibilities of manipulating stuff.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customising required field asterix - part 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix-part-2#post-43024</link>
			<pubDate>Sat, 03 Dec 2011 08:14:50 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">43024@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sascha, you can use jQuery to replace the *.&#60;/p&#62;
&#60;p&#62;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>sascha on "Customising required field asterix - part 2"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix-part-2#post-43021</link>
			<pubDate>Sat, 03 Dec 2011 07:53:15 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">43021@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
Rob replied to this topic before, but 2 questions were unanswered yet.&#60;br /&#62;
I would like to customise the way that the required fields asterix is being displayed. I'm thinking off either:&#60;/p&#62;
&#60;p&#62;1. Using my own graphic/png/jpg and not display the aterix at all&#60;/p&#62;
&#60;p&#62;2. Using a different standard sign or string (i.e # or &#38;lt;required&#38;gt;)&#60;br /&#62;
Is there a hook I can use to achieve this? &#60;/p&#62;
&#60;p&#62;P.S: It would be great to leave topics open for a while, so people can contribute. Or better give people the option to re-open a ticket/topic...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
