Netlify forms recognised but not posting

Hi!

Trying to use netlify forms on my website (Contact | Advanced Windows) but when I submit the form, I get a blank page (with the same contact url) and no submissions in the Netlify forms UI, verified nor spam.

I have tried:

All give the same result: blank response page and no submission.

Yes forms are enabled and recognized:


And the netlify attribute is gone

Any ideas? Feel free to check out my Gitlab repo: Projects / Advanced Windows · GitLab

Thanks in advance for any help

You need:

<input type="hidden" name="form-name" value="Contact form"/>
1 Like

I was under the impression that was automatically added in the build process while stripping the data-netlify="true" attribute.
Anyways, added it right under the <form ...> and it works now, thanks!