| | |
|
|
|
Redirect based on a drop down selection |
| message from Daniel_Cha on 21 Jul 2004 |
I am looking for a way to redirect a user based on a drop down selection.
Example..
I have a form that gathers basic user information. which is all required.
At the end of the form, they have 3 options to chose from...
#1 Request a standard pc setup
#2 Request a standard laptop setup
#3 Request upgrade to existing equip.
Is there a way to redirect the user if they select something from the #3
drop down?
And if they select #1 or #2 then they are not redirected, they would be
taken to a thank you page for completing the form. If they select #3 then
they are taken to the page that contains the additional information they
need to complete.
|
| D. Shane Fowlkes replied to Daniel_Cha on 21 Jul 2004 |
Have you tried DW's Jump Menu? You should be able use this. Looks on the
Forms menu.
|
| Daniel_Cha replied to Daniel_Cha on 21 Jul 2004 |
I am using ASP and DWMX
I just want to know how I can redirect after form submission if they have
selected from the #3 drop down... if they don't select anything from that
drop down then, I want to input the information into the database and send
out the email notification.
If they select from the drop down, then I want to send them to the next set
of forms to complete based on what they selected from the list.
"Daniel_Cha" <dan_cha@hotmail.com> wrote in message
news:cdmfpq$7qp$1@forums.macromedia.com...
|
| Alan replied to Daniel_Cha on 21 Jul 2004 |
i don't do asp- but i'd guess you would just have an If/else statement at
the top of the present code, checking for the value of that pulldown.
If done, process and go to thanks,
If not done, redirect to next form
(with whatever is needed in asp to "carry-over" the data already entered in
the first form so it can be processed at submit of second form. If the data
isn't in global variables then use a loop to write them all out as hidden
form elements i'd guess)
|
| Alan replied to Daniel_Cha on 21 Jul 2004 |
What are you going to process the form data with?
|
|
Archived message: Redirect based on a drop down selection (Macromedia Dreamweaver)