I am trying to get this form to submit correctly. Here\'s what I have so far:
<% form_for(:user, :url => update_user_setting_path, :remote => true, :htm
Thanks for the answers... I ended up using this and it works great:
<%= link_to raw("SAVE"), "index_users", :onclick=>"document.forms['form1'].submit();"%>