Redirect to Page based on Zip Code Input
Last Post 08/19/2014 8:59 PM by Joseph Craig. 1 Replies.
Author Messages
Gray
Nuke Newbie
Nuke Newbie
Posts:9


--
08/19/2014 12:04 PM  
Hi All,

I need to have a search box on a page where the user enters their zip code - a location finder. When they submit, they are redirected to another page of the website.

This is for a company that has multiple locations, each having their own page. The locations have a predefined list of zip codes that they serve. The zip codes and page urls are stored in a separate SQL database.

What would be the best approach for this type of functionality? C#, jQuery, something else?

Thanks in advance!
Joseph Craig
DNN MVP
Posts:11667


--
08/19/2014 8:59 PM  
I can recommend the Redirect Toolkit module from DNNSharp.com. You should be able to configure it as you describe -- use the selected ZIP code as a querystring in a postback, and use the querystring parameter in the module to control the redirect.

This is not a free module, but it will do the job, flawlessly and "free" you to build out the site.

Joe Craig, Patapsco Research Group
Complete DNN Support


---