I would like to create two dropdown lists form, for example the first one would have "Advice A" and "Advice B" and the second one would have "Advice 1" and "Advice 2"
For example, a visitor would choose "Advice A" from the first dropdown list and "Advice 2" from the second dropdown list.
After clicking on the submit button, he would be redirected to http://www.domain.com/advice-a/advice-2/
How could i do this? I only found example code of list 1 which would modify list 2 on Google, which doesn't help me.
Here is an example, you can easily edit it to work with your specific options.
http://jsfiddle.net/joshlankford/ysx0js3c/
You can do this using java script or jquery. On click of submit call java script method.