<?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: field validation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/field-validation</link>
		<description>Gravity Support Forums Topic: field validation</description>
		<language>en-US</language>
		<pubDate>Wed, 15 Apr 2026 02:53:13 +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/field-validation" rel="self" type="application/rss+xml" />

		<item>
			<title>twistystraws on "field validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-validation#post-34455</link>
			<pubDate>Mon, 05 Sep 2011 07:23:01 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">34455@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just realised this is already built in by default as 'enable email confirmation' when adding an email field...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twistystraws on "field validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-validation#post-34452</link>
			<pubDate>Mon, 05 Sep 2011 06:14:34 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">34452@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;As Shelley mentions in her original post, &#34;much like what has been done with the email fields&#34; - is there example code somewhere for this function? I need a double input of the email address, and for them to check against each other?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "field validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-validation#post-33723</link>
			<pubDate>Sat, 27 Aug 2011 23:45:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">33723@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So in your multi-site installation, multiple sites use the same functions.php and same theme files?  Can you post the URLs for two of the sites so I can see the differences?  I'm sure there is some condition we can test for to make the code run on only one of the sites.    I'm certain of it, but we need to find out what that unique thing will be.&#60;/p&#62;
&#60;p&#62;Do I understand the conundrum:  you're planning on having Gravity Forms active on all (or many) sites in a multi-site installation, so the potential exists that a new site creating its first form, form 1, would conflict with this special form 1 you created, which has this custom validation.  Is that correct?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josh on "field validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-validation#post-33721</link>
			<pubDate>Sat, 27 Aug 2011 22:24:11 +0000</pubDate>
			<dc:creator>Josh</dc:creator>
			<guid isPermaLink="false">33721@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think neither. I need to be able to do this on one form on one site in a multi-site installation. Specifically, I have a user information form on my Admissions website where I need to validate 2 fields against each other. &#60;/p&#62;
&#60;p&#62;I think my question is more &#34;how do I implement this on a multi-site install where I'm using the same theme throughout the site and form id's may replicate between individual blogs&#34;. From what I can see, it lets you identify form fields and specific form id's, but when form1 on one site needs different validation from form1 on another site, using the same functions.php file, I smell a conundrum. &#60;/p&#62;
&#60;p&#62;I'm using Genesis and a single theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "field validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-validation#post-32620</link>
			<pubDate>Mon, 15 Aug 2011 22:41:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">32620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are the sites already active and you just want to replicate the new form across all existing sites?  Or, do you want this new form to be present in all new sites created from this point forward?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josh on "field validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-validation#post-32607</link>
			<pubDate>Mon, 15 Aug 2011 19:07:45 +0000</pubDate>
			<dc:creator>Josh</dc:creator>
			<guid isPermaLink="false">32607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, that's reasonably do-able. Now the question, what's the best way to approach this on a multi-site setup with gForms active on almost every site?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "field validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-validation#post-32581</link>
			<pubDate>Mon, 15 Aug 2011 16:44:01 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">32581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes.  You'd have to write custom validation using the gform_validation hook.  This hook is documented here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_validation&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Josh on "field validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/field-validation#post-32554</link>
			<pubDate>Mon, 15 Aug 2011 15:07:54 +0000</pubDate>
			<dc:creator>Josh</dc:creator>
			<guid isPermaLink="false">32554@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need to validate a field against another field, much like what has been done with the email fields. I need to make sure that the contents of field1 match the contents of field2. Is there any way to do this within gForms?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
