<?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: Required fields not being asked for</title>
		<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for</link>
		<description>Gravity Support Forums Topic: Required fields not being asked for</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:04:15 +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/required-fields-not-being-asked-for" rel="self" type="application/rss+xml" />

		<item>
			<title>drtanz on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10810</link>
			<pubDate>Tue, 05 Oct 2010 12:27:51 +0000</pubDate>
			<dc:creator>drtanz</dc:creator>
			<guid isPermaLink="false">10810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;very interesting didn't know about that, in the meantime fixed the issue by implementing my previously mentioned idea, but I'll use the method you suggested next time, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10780</link>
			<pubDate>Tue, 05 Oct 2010 00:17:02 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10780@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Instead of using the default field value, you may have better results implementing a script like this.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://plugins.jquery.com/project/labelify&#34; rel=&#34;nofollow&#34;&#62;http://plugins.jquery.com/project/labelify&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That should avoid any conflicts with the form validation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drtanz on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10767</link>
			<pubDate>Mon, 04 Oct 2010 14:56:19 +0000</pubDate>
			<dc:creator>drtanz</dc:creator>
			<guid isPermaLink="false">10767@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thinking about, maybe I could have jquery clear the form values if they are any of the following default values: 'Name', 'Surname', 'Message'. This would happen just before the form processing so the validation would work correctly as no values would be found. Unfortunately I'm not good with jquery so I don't know how this could be implemented, but I sure need a solution to this problem as it is the only problem left on this site, any help would be appreciated :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drtanz on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10765</link>
			<pubDate>Mon, 04 Oct 2010 14:53:04 +0000</pubDate>
			<dc:creator>drtanz</dc:creator>
			<guid isPermaLink="false">10765@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks but that doesn't solve my problem unfortunately. If a user leaves all the fields untouched and clicks the submit button the form will accept the input as valid as the fields are filled in, although in reality the user would not have typed in his name for example, only the default 'Name'would be showing.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10747</link>
			<pubDate>Mon, 04 Oct 2010 11:27:27 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">10747@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't currently possible.  Validation checks for a value in those fields, not for the specific value but any value.  If you want to implement placeholder text that clears when they click on the field then you need to implement it as a jQuery customization.&#60;/p&#62;
&#60;p&#62;See this forum post:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drtanz on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10738</link>
			<pubDate>Mon, 04 Oct 2010 08:58:55 +0000</pubDate>
			<dc:creator>drtanz</dc:creator>
			<guid isPermaLink="false">10738@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK in the meantime realised my mistake, validation for email is working fine because it is checking for a valid email address, and 'Email' is of course not a valid email address. So what I want now is that the form tests that if for example the name field is either empty or equal to 'Name' then an error message is displayed. How can I do that? In other words I need to add an extra validation step (='Name') apart from the required validation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10736</link>
			<pubDate>Mon, 04 Oct 2010 08:55:01 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">10736@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The validation is working properly, the issue reason you're not seeing it is because there is already a default value of &#34;Name&#34;, &#34;Surname&#34;, etc. in the field which the form thinks is valid. It does flag &#34;Email&#34; because it's not in the right format.&#60;/p&#62;
&#60;p&#62;I submitted a test with firefox (mac) - the form sent &#38; I received confirmation in 2 seconds. Hard to say why you're having a problem with it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drtanz on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10735</link>
			<pubDate>Mon, 04 Oct 2010 08:47:02 +0000</pubDate>
			<dc:creator>drtanz</dc:creator>
			<guid isPermaLink="false">10735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also this form takes ages to submit on Firefox, while it works perfectly fine on Chrome and IE, apart from the validation problems mentioned in the previous post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drtanz on "Required fields not being asked for"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/required-fields-not-being-asked-for#post-10734</link>
			<pubDate>Mon, 04 Oct 2010 08:44:13 +0000</pubDate>
			<dc:creator>drtanz</dc:creator>
			<guid isPermaLink="false">10734@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I have set the required fields on my form at &#60;a href=&#34;http://tinyurl.com/35uzgsd&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/35uzgsd&#60;/a&#62; but as you can see only the email is being asked for, when it should also be asking for the name, surname and message fields. They are set as required in the admin screens. What else can be the problem?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
