How to redirect to same page after form submission

Did you try to exit; after the wp_redirect()?

“Note: wp_redirect() does not exit automatically, and should almost always be followed by a call to exit;”

https://developer.wordpress.org/reference/functions/wp_redirect/