Reloading the page after a redirect, by its nature, is the default behaviour.
You can opt out of this behaviour if it is an AJAX submitted form by adding data-redirect="off"
to the form element in the HTML. So if it isn't redirecting you likely just need to remove that on the HTML form.