Nuxt 3 form not sending data (no errors)

Hi @madreal welcome to the forums thanks for reaching out!
Can you try to add the <input type="hidden" name="form-name" value="contact" /> field? Otherwise Netlify won’t recognise the form submissions.

If that doesn’t work give a read at our forms debugging guide here.

Also are there any JS errors in the console? Did you check the spam filtering settings in case submissions are ending up there?

Thanks !

1 Like