Submit button not at the top of a New record modal / popup.Issue Submit button not at the top of a New record modal / popup.ResolutionUpon investigation, I found that this is expected behavior.On modals/popups, the Save and Submit buttons both have the same functionality. No matter which one is clicked, the popup will exit so there is no difference in staying on the form or redirecting.The modal was configured to have only Save and Request UI Actions.The reason that there is a Submit button on the bottom is that those UI Actions come from the form itself, unlike the modal header.