Basically I have a form with a few drop-downs, but the page I’d like to be set as the action of the form submit would be based on the option chosen in one of the drop downs. I’d like to stick with one submit button, so it seems a little tricky. Can anyone point me in the right direction?
Share
You could use some jQuery.
Where “yourDropDown” is the ID of your dropdown, and “yourForm” is the ID of your form, and where the text in the dropdown-options are fully qualified URLs to post to.
Edit: Also I agree with Quentin’s comment on your post.