Hey,
I’ve a form that looks like this
<form name="subscribe" method="POST" action="/done.html" data-netlify="true">
<input type="email" name="email" placeholder="Enter email">
<button type="submit">
Subscribe
</button>
</form>
But on submit, the browser gets redirected to /thanks
instead of /done.html
.
Could you please tell me what could be amiss here?
Thanks!