Building a massive email list with zipcodes

6 replies
I need a bit of guidance.

I want to create a new tool for my website, basically the home page will prompt for a zipcode and email address. Visitors will input both and be taken to a page with the 5 nearest results to their location.

I'm having a hard time finding out what's needed for this type of tool. I know the results will have to come from a database (SQL I am guessing, but not sure). I can't even figure out what to call this kind of operation in order to search for more info.

Can anyone help me with some direction? I would greatly appreciate the help from all of you that are more experienced.
#building #email #list #massive #zipcodes
  • Profile picture of the author dsworks
    What results are being displayed based on their zip code?
    {{ DiscussionBoard.errors[6808012].message }}
    • Profile picture of the author Shawnskee22
      David, the results would be the nearest places to their zipcode. Essentially it will be the same as if you go to UPS.com or FedEx.com and search for the store nearest you.
      {{ DiscussionBoard.errors[6808235].message }}
      • Profile picture of the author dsworks
        OK. The first place you might check would be to search for "widgets" pertaining to the display result you are looking for. For example, Zillow has some widgets that you can place on a real estate website that gives someone all kinds of information about homes for sale, schools, retails shopping, etc -- all based on a zipcode, IP based geolocation or a specific URL.

        An alternative to widgets would be to send your visitor to an external URL that accepts the zipcode as a URL parameter (i.e. index.php?zip=75087) and then displays the results you want. You could use a service like Aweber's optin forms to capture the email and zip, then send the visitor immediately upon signup to the external page with this custom information embedded in the destination URL.

        If what you are displaying is more proprietary information and is unlikely to be available through a 3rd party widget, then I think you are on the right track with the database. You could set-up a new MySQL database using tools that most hosting providers provide you, then add some programming that would connect with and call results from the database to display on your results page. If your site is Wordpress based, you could just add a separate table containing the results information to the database that Wordpress uses. This should be a fairly straightforward process for a web programmer. Perhaps you could visit the Warriors for Hire section of the Warrior Forum and post a project request there.
        {{ DiscussionBoard.errors[6808518].message }}
        • Profile picture of the author Shawnskee22
          Great info David. Thank you.

          The results I need to show are all going to be custom to my niche, so I know that I will need to hire a programmer or developer to build this for me.

          My biggest question is what do I call this kind of tool so that a programmer or developer knows what I'm talking about.
          {{ DiscussionBoard.errors[6808590].message }}
          • Profile picture of the author dsworks
            I would describe it like this assuming you're using what seem to be the standard tools that most marketers are using:

            PHP/MySQL Programmer Needed [Web Form -> Autoresponder -> Custom Results Page]

            Description: Web form captures email and zipcode fields, adds this information to an email list, then immediately redirects subscriber to a custom results page that displays the following info based on the zip code:
            1.
            2.
            3.
            4.
            etc., etc.
            {{ DiscussionBoard.errors[6808715].message }}
            • Profile picture of the author Shawnskee22
              Perfect David. That was just what I needed.

              Btw, I am originally from Rockwall... So, HI!
              {{ DiscussionBoard.errors[6808865].message }}

Trending Topics