<?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: Dynamic validation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamic-validation</link>
		<description>Gravity Support Forums Topic: Dynamic validation</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:36:39 +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/dynamic-validation" rel="self" type="application/rss+xml" />

		<item>
			<title>cuptech on "Dynamic validation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamic-validation#post-52587</link>
			<pubDate>Thu, 15 Mar 2012 14:48:54 +0000</pubDate>
			<dc:creator>cuptech</dc:creator>
			<guid isPermaLink="false">52587@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I would like  dynamically verify the value from text input with jquery and ajax. If i found the same text in database, field should throw an error. But I dont know if it is possible in gravity form.&#60;/p&#62;
&#60;p&#62;jQuery code&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;#39;#input_1_3&#38;#39;).blur(function() {
        $.ajax({
            url: &#38;#39;/wp-admin/admin-ajax.php&#38;#39;,
            type: &#38;#39;post&#38;#39;,
            data: {
              temp: document.getElementById(&#38;#39;input_1_3&#38;#39;).value,
              action: &#38;#39;checkName&#38;#39;
            },
            success: function(ret) {
              console.log(&#38;#39;Check name: &#38;#39;+ret);
            },
            dataType: &#38;#39;html&#38;#39;
          });
    });
)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can you help me??&#60;/p&#62;
&#60;p&#62;Thanks cuptech
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
