I have a form that for the most part just submits as a normal form, so I don\'t want to set in the form_tag the :remote => true option.
However, under certain circum
maybe u could try this:
$('#form').submit();