So I have a form which takes an action
value like so:
<form
name="contact"
method="post"
data-netlify="true"
action="/contact"
>
and when I submit the form, it takes me to the correct url but instead of my contact page showing, it displays the default netlify ‘thanks for your submission’ page.
Can anyone help explain why this might be?