I have a selection box multiple with countries which supports multiple selections being made. Depending on the Country or Countries selected in the countries box I want to change the options in the State box.
you need to use onchange event to the select box, and depending on how you go about it, either you can hide and show the next select box, or do ajax request to obtain next selection options.
Bookmarks