<?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: Validation via external Databasetable</title>
		<link>https://legacy.forums.gravityhelp.com/topic/validation-via-external-databasetable</link>
		<description>Gravity Support Forums Topic: Validation via external Databasetable</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 14:41:32 +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/validation-via-external-databasetable" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Validation via external Databasetable"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-via-external-databasetable#post-30009</link>
			<pubDate>Thu, 14 Jul 2011 15:05:41 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30009@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We can't write the customization for you but we can point you in the right direction.&#60;/p&#62;
&#60;p&#62;There is a tutorial for the gform_validation hook here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_the_Gravity_Forms_%22gform_valiation%22_Hook&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_the_Gravity_Forms_%22gform_valiation%22_Hook&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would use this hook to validate the customer number and if the customer number is valida you'd then use additional PHP to dynamically populate the fields.  A tutorial on how to dynamically populate fields can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you need a developer to assist you with this customization there is a list of developers with Gravity Forms experience here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wpcandy.com/pros/experienced/with-gravity-forms&#34; rel=&#34;nofollow&#34;&#62;http://wpcandy.com/pros/experienced/with-gravity-forms&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tca on "Validation via external Databasetable"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-via-external-databasetable#post-29969</link>
			<pubDate>Thu, 14 Jul 2011 08:38:54 +0000</pubDate>
			<dc:creator>tca</dc:creator>
			<guid isPermaLink="false">29969@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl, thanks for your answer. Multiform seems to be easier, so i changed to multiform:&#60;br /&#62;
Examplepage: &#60;a href=&#34;http://skintern.de/kunden/1-2/&#34; rel=&#34;nofollow&#34;&#62;http://skintern.de/kunden/1-2/&#60;/a&#62; (Customer = Kunden)&#60;/p&#62;
&#60;p&#62;In functions.php i try something like that:&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/2212213&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/2212213&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But i have no idea, how to post the result to kundenname (input name='input_36' id='input_2_36')
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Validation via external Databasetable"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-via-external-databasetable#post-29634</link>
			<pubDate>Mon, 11 Jul 2011 12:28:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">29634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This could only be done as a customization.  You'd could use jQuery and AJAX so when the customer enters information in that field it executes jQuery, which then may execute some AJAX code. &#60;/p&#62;
&#60;p&#62;Another option would be to use a multi-page form and then use custom PHP to use the gform_validation hook.  Have the customer number on the first page of the form, the gform_validation hook could then fire and validate the customer number and then pre-populate the appropriate fields.&#60;/p&#62;
&#60;p&#62;There is How To examples for both the gform_validation hook and dynamically populating fields in the How To section of the Documentation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tca on "Validation via external Databasetable"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/validation-via-external-databasetable#post-29589</link>
			<pubDate>Mon, 11 Jul 2011 05:22:45 +0000</pubDate>
			<dc:creator>tca</dc:creator>
			<guid isPermaLink="false">29589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;is it possible to create a field e.g. &#34;CustomerNumber&#34; which is checking an external databasetable and outputs the customername from this one?&#60;/p&#62;
&#60;p&#62;External DB:&#60;br /&#62;
CUSTOMERNUMBER &#124; CUSTOMERNAME&#60;/p&#62;
&#60;p&#62;Gravity Form:&#60;br /&#62;
Field &#34;Customernumber&#34; -&#38;gt; AJAX read external DB and outputs the matching Customername&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
