Hi.. I need a form done, which has many fields, but I need my form results just to depend on one DROP DOWN field, which has 3 items only.. I need such that, when a user selects OPTION 1 from drop down and then fills the all other fields (no use) , then the SUBMIT button should take to PAGE 1 and when the user selects OPTION 2 from drop down and then fills the all other fields (no use) , then the SUBMIT button should take to PAGE 2 and when the user selects OPTION 3 from drop down and then fills the all other fields (no use) , then the SUBMIT button should take to PAGE 3 Not able to understand how to do this simple task Please help.
Using java script, just change the value of document.myform.action for example: document.myform.action ="insert.html"; Code (markup): You can look here for more details: http://www.javascript-coder.com/html-form/html-form-action.phtml