<script>
function showSaveButton(){
  AJS.$('button.save-cf-btn').show();
}

function hideSaveButton(){
  AJS.$('button.save-cf-btn').hide();
}
</script>
<style>
.confiFormsFordmFooter {
 display:none;
}
</style>

When you click on "Confirm" a Save button will appear