Submit upon select helper?

Does anyone know of one?

I want a select menu that will submit upon selection rather than
requiring a submit_tag. Does anyone know of one?

You can do this rather easily (have a form submit based on a change to a
form field) by using a javascript handler or if you prefer to keep
within rails, you can use an observe_field or observe_form tag

Check into them, specifically observe_field will automatically submit a
form when a certain field is changed.

http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper.html

Ah perfect. Thanks.

On Dec 28, 1:56 pm, Nathan E. <rails-mailing-l…@andreas-