<?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: electronic signature</title>
		<link>https://legacy.forums.gravityhelp.com/topic/electronic-signature</link>
		<description>Gravity Support Forums Topic: electronic signature</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 07:50:58 +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/electronic-signature" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "electronic signature"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/electronic-signature#post-20601</link>
			<pubDate>Tue, 15 Mar 2011 11:21:07 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20601@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That example doesn't have the condition, it only has the pieces of code necessary to start the validation to false and trigger the validation error.  The code to validate your field you would have to write yourself.  It would then trigger the validation to false if it doesn't meet the requirements of whatever code you put in place.  Your code would go just above &#34;Set the form validation to false&#34;.  That example simply shows how to make a field not validate so it triggers an error.  It's just an example of that piece of the functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vivalet on "electronic signature"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/electronic-signature#post-20570</link>
			<pubDate>Mon, 14 Mar 2011 20:17:10 +0000</pubDate>
			<dc:creator>vivalet</dc:creator>
			<guid isPermaLink="false">20570@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure I understand this code .. Where is the conditional statement testing whether or not the field value is valid?&#60;/p&#62;
&#60;p&#62;And thank you for your replies as always!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;#39;gform_validation&#38;#39;, &#38;#39;custom_validation&#38;#39;);
function custom_validation($validation_result){

// set the form validation to false
$validation_result[&#38;quot;is_valid&#38;quot;] = false;
$form = $validation_result[&#38;quot;form&#38;quot;];

// specify the first field to be invalid and provide custom validation message
$form[&#38;quot;fields&#38;quot;][0][&#38;quot;failed_validation&#38;quot;] = true;
$form[&#38;quot;fields&#38;quot;][0][&#38;quot;validation_message&#38;quot;] = &#38;quot;This field is invalid!&#38;quot;;

// update the form in the validation result with the form object you modified
$validation_result[&#38;quot;form&#38;quot;] = $form;

return $validation_result;

}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "electronic signature"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/electronic-signature#post-20437</link>
			<pubDate>Fri, 11 Mar 2011 15:22:31 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">20437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, but it would require you to write custom code.  There is a hook you can use to write custom validation for a field.  But you would need PHP and WordPress hook/filter usage to implement it OR hire a WordPress developer with customization experience to implement it for you.&#60;/p&#62;
&#60;p&#62;Here is a post that discusses how to do this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/data-validation-for-coupon-codes#post-20154&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/data-validation-for-coupon-codes#post-20154&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vivalet on "electronic signature"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/electronic-signature#post-20435</link>
			<pubDate>Fri, 11 Mar 2011 15:07:37 +0000</pubDate>
			<dc:creator>vivalet</dc:creator>
			<guid isPermaLink="false">20435@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to have a single line of input to act as a digital signature. For this, I would like the rule to be that the name in this box needs to match {First Name + &#34; &#34; + Last Name} boxes entered in earlier in the form.  &#60;/p&#62;
&#60;p&#62;Is there a way to do this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
