Netlify not parsing the form on my website

I’ve included a form on website based on Forms setup | Netlify Docs but I am not sure if it works.
The " Usage and configuration" just keeps loading and shows nothing.

The form is at Contact Yashasvi.

Can someone please help me figure out what’s wrong?

@Yashasvi Have you already fixed this?

I just did a quick test, and the form appears to have submitted correctly.

Thanks for checking. So the form submits correctly. But the reason I am not sure everything is working fine e2e is I don’t know where the responses are coming. Netlify just keepsloading for me. Where can I verify that it works correctly?

Also, when I inspect the page’s source, I see data-netlify="true" still present there. Shouldn’t this be removed if netlify correctly detected the form at build time?

I’ve routed this ticket to our helpdesk, we’ll follow up via email.

Thank you !

It works for me now. Since my whole site is SSR, i had to make sure:

  • include a dedicated static file to host my hidden form
  • the form action should also point to something static for the submissions to be processed by netlify.
1 Like