I want to make a postal zip code check very simple by using a drop down menu. The drop down menu has different cities to display.
It depends on which city the user selects, for Example New York. When choosing New York in the drop down menu I want to redirect that choice to a new page called "new york".
Other options in the drop down menu will redirect the user to a different page.
I'm able to use one redirect that is very simple. But I can't do multiple redirect. I tried using query string in different ways but nothing works.
All I get is redirecting to a pgae /? and get 404 errors.
I tried using every post on this forum with no succes. I read every manual and nothing works for me. I tried for days now and I really got stuck. Is it my form or doing something wrong?
Hope somebody can help me out, sound simple but I can't manage myself.