So can someone please tell why neither of these options will actually submit the form? I am trying to do something more complicated but I have boiled it down to this to try
Using jQuery button click
$('#button_id').on('click',function(){ $('#form_id').submit(); });