I am using twitter bootstrap and have a fixed nav bar. The navbar has a button which launches a modal prompting for user input. Once done the user presses “send btn”. Because of how my modal is written, it sends the user to another location on my website.
<%= form_tag(:controller => "home", :action => "send_maill") do %>
I want the user to go back to their current location once the user presses “send”.
This should work