PDA

View Full Version : Redirecting to different pages using forms



dilby
15 Jun 2009, 08:04 AM
Hello all. I want to add a simple product wizard on the front of my webpage.

It only needs 2 fields:

First a question asking what size product the customer wants (2 radio buttons for small and large)

And Secondly, a drop-down menu for what area they live in (the products are specific to what part of the country people are in.)

I then want to redirect the user to the right product page based on this information. Is there a way to create this logic and if so, could someone point me in the right direction - it would be very much appreciated! I know forms can redirect to a url once a submission is made, but need this one to point to different pages depending what has been selected.

Many thanks