Hello! I have form:
<form name="contact" method="POST" data-netlify="true" action="/ridiculous-thank-you.html">
When it is submitted, data shows up on the backend, correctly. However, the default Netlify thank you page is shown. Not the page specified in the action attribute.
On the top is the form submission (you can see the URL is what is specified in the form action attribute) and on the bottom is the actual content if you were to type that URL in directly.
The site is using Jekyll. I’ve tried setting the action to include the .html and also without. Same result in both instances.
Any help is greatly appreciated!
Thanks,
-Mike