<?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: Can Gravity Forms replicate this custom functionality?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-forms-replicate-this-custom-functionality</link>
		<description>Gravity Support Forums Topic: Can Gravity Forms replicate this custom functionality?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:19:48 +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/can-gravity-forms-replicate-this-custom-functionality" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Can Gravity Forms replicate this custom functionality?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-forms-replicate-this-custom-functionality#post-30963</link>
			<pubDate>Tue, 26 Jul 2011 11:16:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30963@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you probably could do this with Gravity Forms but it isn't a built in feature.  You'd have to write a customization using the gform_validation hook to validate the zipcode that is entered and return a message as the confirmation.&#60;/p&#62;
&#60;p&#62;But what you want to do sounds more like Store Locator functionality.  There are specialized plugins specifically for Store Locator type functionality.  For instance you could look at this one: &#60;a href=&#34;http://simplemap-plugin.com/&#34; rel=&#34;nofollow&#34;&#62;http://simplemap-plugin.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What Gravity Forms would be good for would be for actually contacting the store that they locate.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dannam on "Can Gravity Forms replicate this custom functionality?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/can-gravity-forms-replicate-this-custom-functionality#post-30941</link>
			<pubDate>Mon, 25 Jul 2011 23:57:35 +0000</pubDate>
			<dc:creator>dannam</dc:creator>
			<guid isPermaLink="false">30941@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Existing static html site:  &#60;a href=&#34;http://www.maidtoclean.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.maidtoclean.com/&#60;/a&#62;&#60;br /&#62;
Site is being rebuilt in WordPress.&#60;/p&#62;
&#60;p&#62;Note the form in the right sidebar... &#34;Do we clean in your area?&#34;&#60;br /&#62;
While this is a simple form, it calls a zipcodes.pl file which lists dozens zipcodes and their conditional statements.  First 20 lines of code is below -&#60;br /&#62;
Can you replicate this kind of form and conditional result statements?&#60;/p&#62;
&#60;p&#62;sub checkzipcode&#60;br /&#62;
  {&#60;br /&#62;
    if (($zipcode eq '20007') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20008') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20015') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20016') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20812') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20816') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20057') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '21818'))&#60;br /&#62;
      {print &#34;Yes, we do clean in your area. We provide recurring service in your area on Mondays.  All other cleaning service is requested according to your needs.  We would be happy to handle your &#60;a HREF=&#34;../customerservices/requestestimate.htm&#34; rel=&#34;nofollow&#34;&#62;request for service&#60;/a&#62;.\n&#34;;}&#60;br /&#62;
    elsif&#60;br /&#62;
       (($zipcode eq '20001') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20004') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20005') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20009') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20036') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20037') &#124;&#124;&#60;br /&#62;
        ($zipcode eq '20737') &#124;&#124;&#60;br /&#62;
 {print &#34;Yes, we do clean in your area. We provide recurring service in your area on Tuesdays.  All other cleaning service is requested according to your needs.  We would be happy to handle your &#60;a HREF=&#34;../customerservices/requestestimate.htm&#34; rel=&#34;nofollow&#34;&#62;request for service&#60;/a&#62;.\n&#34;;}&#60;br /&#62;
   else&#60;br /&#62;
      {print &#34;We're sorry, but we do not clean in your area at this time.&#60;/p&#62;
&#60;p&#62;Please &#60;a HREF=&#34;../contactus/index.htm&#34; rel=&#34;nofollow&#34;&#62;contact us&#60;/a&#62; to inquire if we can make special arrangements to clean for you.\n&#34;;}&#60;br /&#62;
  }
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
