I have a GatsbyJS site with a contact form. The form submissions work and the data is captured in the Netlify dashboard. However, upon a successful form submission, the page is redirecting to the Netlify default thank you page, and is not going to my custom thank you page. I have specified an action on the form, but it is still not working.
Site URL:
The URL for your live form as you want visitors to use it:
The form action attribute:
action=“/thanks/”
URL of custom thank you page:
The form name that you’ve set and that shows in our UI:
Fred Cuming Website Enquiries Form
Any errors or logs from the Netlify build logs, dashboard or browser developer console:
None