Netlify Forms detected but not receiving submissions

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 my public/ 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:

Not sure what else I can try to fix this. Thank you in advance :slight_smile:

The action you’ve set here: personal-site/form.html at beta · Ulyzses/personal-site · GitHub, points to / and based on this: personal-site/astro.config.mjs at beta · Ulyzses/personal-site · GitHub, your home page would most likely be server-side rendered.