Form redirect: refresh sends content again

I’m using a form with method="post" and action="thank-you"
The form is sent and works, but if I refresh the /thank-you page, the form is resent (because the heading uses POST still)

Is there a way to redirect to the GET request after processing the form?

hi there, i don’t think there is a way to do what you’re hoping to with netlify stock redirects engine - you would probably need to write some custom javascript to accomplish this.