No worries @js32. Naturally, I would like to know if you can resolve this too.
If you are using a chromium browser, go to developer mode, and choose network tap. When you submit a Netlify form, you will see a POST request appears.
You can check for headers, body, and response,…
Let me know how you go, please. I’m still struggling with these two forms and might have to remove them or use Netlify functions instead.
thank you. My POST seems to be ok… hm, I don’t want to switch to another service as well… I think I’ve seem my forms working some time in the past, I might check my deploys for it.
Edit: Checked… forms never worked but at least I got the log message:
6:41:58 PM: Processing form - contact
6:41:58 PM: Detected form fields:
6:41:58 PM: - name
6:41:58 PM: - email
6:41:58 PM: - message
(Last working detection on master@22a425c)
Now I only get
11:39:24 AM: WARNING: There are no fields detected for form contact. Check that any existing form fields have name attributes.
Looking at my git I only changed some content and theming.
Hm, but this ought to work IMO…
I think functions are above my skill level and as far as I can tell, there‘s definitely another account for some service necessary which I want to avoid for my Client. For my own website it sounds interesting though maybe you could help me a bit, should we not be able to fix the current issue.
I think this is interesting for a lot of other users, too.
Either this is a bug or the documentation is out of date:
Code an HTML form into any page on your site, add data-netlify="true" or a netlify attribute to the <form> tag, and you can start receiving submissions in your Netlify site admin panel.
It should read:
Code an HTML form into any page on your site, add netlify attribute to the <form> tag, and you can start receiving submissions in your Netlify site admin panel.
Unfortunately, @js32 solution doesn’t work for me. Also, I notice now all of my forms are not working though I haven’t changed anything, and two worked previously.
Found the problem, it’s google amp-form element. There is no integration between google amp and netlify form at the moment and using google amp-form element on Netlify form will break it eventually (it might be ok for a couple of days). @hillary please let the team know!