Hi!
I am using React with Netlify Forms. I use the default form submission page, which says: "Thank you! Your form submission has been received. ← Back to our site.
But as you can see, the redirect link to “Back to our site” appends the form name to the return address. Since it’s a single page app, there is no such page. How can I have the form submission success page point to my app root ("/")?
I am using the React-specific instructions here ( https://www.netlify.com/blog/2017/07/20/how-to-integrate-netlifys-form-handling-in-a-react-app/ ), and the form works. It just doesn’t work to get back to the site from the default “thank you modal”.
Thanks for your help!