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:
- Followed guide: A Complete Guide to Netlify Forms - Stackbit
- a thanks page → same result but blank thanks url, just going to the thanks page does load it fine.
- both data-netlify=“true” and netlify attributes
- example netlify form (Forms setup | Netlify Docs)
- support forums
- 2 forms with different name
- disable and re-enable forms
- submit form in incognito window
- Did
<label>...<input.../></label>
and<label>...</label><input.../>
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