link to a form, with a preselected option in a dropdown

mattbtay

New Member
I have a page with some rental units, and when the user clicks on a specific unit I want to be able to link them all to the same form, but each specific unit is selected in the "model" drop down.

For example - if the user is given 5 links - he clicks on link 3, he is redirected to a reservation form - and some text representing link 3 is preselected in a dropdown of the links. If he had selected link 2 he would have been taken to the same form - but and some text representing link 2 would have been selected in the dropdown instead.

Does this make sense? Anyone have any thoughts? I was trying to figure out how to do this with Javascript, figured that would be simplest...
 
Top