<% form_for @sap_process_chain,
:html => {
:id => form_id,
:class => "edit_sap_process_chain_command",
:autocomplete => "off",
:onsubmit => "try {helpsys.CntMgr.getController('#{form_id}').submitForm();} catch(e) {console.log(e);};return false;"} do |form| %>
<% end %>