Hello! I have a website built using Astro and React (the form itself is built using Astro and no JSX components are used) which isn’t receiving any submissions in the contact form.
I’ve tried:
- Adding a static
form.html
file in mypublic/
directory (which fixed my initial problem of Netlify not detecting it) - Adding
<input type="hidden" name="form-name" value="contact" />
to my generated contact form - Making sure that Form Detection is enabled in my site settings
- Changing my
action
to a page that doesn’t redirect
I think I’ve tried the fixes in all other answers I found in the Support Forums, and none worked for me so far.
Relevant information as per this topic:
- The form name I used is contact
- Github Repository; beta branch has the Netlify form
- Live Netlify Site
Not sure what else I can try to fix this. Thank you in advance