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

		<item>
			<title>Rob Harrell on "Customising required field asterix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix#post-42583</link>
			<pubDate>Wed, 30 Nov 2011 15:03:13 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right on!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Customising required field asterix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix#post-42572</link>
			<pubDate>Wed, 30 Nov 2011 13:31:56 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">42572@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Rob,&#60;br /&#62;
many thanks! Did not see that class before at all...&#60;br /&#62;
Also solved the alignment problem from code above by adding a line-height attribute!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Customising required field asterix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix#post-42548</link>
			<pubDate>Wed, 30 Nov 2011 08:59:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">42548@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This would allow you to select the inputs that are required:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.gfield_contains_required input, .gfield_contains_required textarea, .gfield_contains_required select {
border: 2px solid blue;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you could always do a display: none on the .gfield_required if you didn't want that to show.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Customising required field asterix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix#post-42540</link>
			<pubDate>Wed, 30 Nov 2011 07:39:36 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">42540@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;As an interim solution I used some CSS on the gfield_required, but unfortunately the css I applied kicks out the alignment of the form, when used in 2 3 4 columns. Have a look at:&#60;br /&#62;
&#60;a href=&#34;http://landwire.de/add-event/&#34; rel=&#34;nofollow&#34;&#62;http://landwire.de/add-event/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The CSS I applied it as follows:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gfield_required {
    font-size: 40px;
    left: 5px;
    position: relative;
    top: 17px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is there a way to fix that?&#60;br /&#62;
I would much rather prefer to use my own string or ideally change the look of the input field (as described above). Maybe there is some fancy CSS targetting that I could do (like choose only next select after gfield_required)? I am crap at targeting CSS though. Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sascha on "Customising required field asterix"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/customising-required-field-asterix#post-42538</link>
			<pubDate>Wed, 30 Nov 2011 07:10:25 +0000</pubDate>
			<dc:creator>sascha</dc:creator>
			<guid isPermaLink="false">42538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I would like to customise the way that the required fields asterix is being displayed. I'm thinking off either:&#60;br /&#62;
1. Using my own graphic/png/jpg&#60;br /&#62;
2. Using a different standard sign or string (i.e # or &#38;lt;required&#38;gt;)&#60;br /&#62;
3. Just styling the input field different (i.e making the border red and 5px thick)&#60;br /&#62;
4. Any other creative way that I/you can come up with&#60;/p&#62;
&#60;p&#62;Is there a hook I can use?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
