I was trying to follow: Rails: submit (via AJAX) when drop-down option clicked
However none of these options appear to work (onsubmit, submit)
This is what I
Just change your onchange to this instead:
onchange
{:onchange=>'$(this.form).submit();' }