The request save button behaves as a submit button, when there is already a submit button on the page, either remove the save button, or change its function to JUST save the call without submission.
Requests have save, submit, and submit later options. The save button behaves as a submit button if the request is not already submitted, which makes it redundant, and confusing when it's sitting right next to a submit button you end up thinking i...