How to get value of select box for button_to?

Hi,
I have a select box with the following options:

Destination GoldCoast Melbourne

How do I get the value of the select box into the button_to?
<%= button_to “Search”, {:controller =>
“ticket”, :action=>“search”, :depart=>“KUL”, :arrival=>???} %>