Link to home
Start Free TrialLog in
Avatar of cansevin
cansevin

asked on

Plug in for word press

I am in need of  a plugin that will do the following:

When a user enters a zip code in a dialogue box and his "Submit" button, it directs them directly to a webage. The next page is a landing page.

It would upload a csv file that has two columns... column one is zip codes. Column two is the appropriate landing page.

If they enter a zip code that is not listed, they would be directed to a generic landing page.

Thanks!
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

So what's your question?
Avatar of cansevin
cansevin

ASKER

Sorry... is there a plugin for this functionality? How would I make this happen?
The basic mechanism is:

Enter something.
Be redirected based on value.
+Go to the next page.
+Upload something
or
-Go to the next page

I would just use a form plugin like Ninja Forms or Gravity Forms and build around it.  I don't think you're going to find "Bob's Zipcode Uploader Plugin" in the repository.
Jason's right. You'd probably have to have this built. You can get a database of current zip codes from zip-codes.com (I've used them repeatedly for projects, and it's quite nice). There are thousands and thousands of zip codes. Are you specifically looking for all of them or just a few that are relevant to what you're doing?

The latter is cheaper to get made than the former.
Thanks guys! It is actually just about 275 zip codes that I already have. Any zip code that would be entered other than those, would go to a generic page.

I already have an excel spread sheet with 275 zip code in column A and the correct landing page in column B. Could I write this in HTML? Would it be very difficult? How much would it cost to pay someone to help me with it?

Thanks again, any info you have is great.
ASKER CERTIFIED SOLUTION
Avatar of DrDamnit
DrDamnit
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial