Hi, has anyone managed to set up a working form on Netlify?
Let me share a bit of my experience (without success):
- I tried setting up a webhook form – it doesn’t work.
- I set up the form manually. Added form, inside it inputs, and button=submit.
In both cases, I added the following parameters:
method=post
data-netlify=true
and so on.
In Netlify’s documentation, I found that when it detects a form with the additional netlify parameter (or data-netlify=true), it removes this parameter and adds an invisible input type=hidden inside the form as a result of successfully finding the form.
But in my cases, this did not happen – all the attributes remained in place, and no additional input was added… and consequently, Netlify did not detect any forms on my website…
I got the impression that Webstudio renders the data in such a way that the HTML form code bypasses the Netlify parser (if we can call it that) and is displayed by the browser without being processed by Netlify.