Form w/ NO AJAX

Form w/ NO AJAX

How do you specify that a form will not be handled by ajax.

<form action="/login/mobile_login" method="post" id="logform">

form is directed to login controller in a rails app, controller redirect to /mobile/menu

in alpha 1 after form was redirected to /mobile/menu

in alpha 2 end up at /mobile#/login/mobile_login, which is not a valid url

what appears to be displaying is /mobile/menu#reports