I am trying to deploy a simple static HTML Form from Github, but it is not being recognized by Netlify. I’ve tried changing between [netlify] and [data-netlify], manually adding the hidden form name input, disabling and reenabling Forms handling, with no success. The form has never been recognized as such. Any ideas?
When Netlify parses the static HTML for a form you’ve added, the build system automatically strips the data-netlify="true" or netlify attribute from the <form> tag and injects a hidden input named form-name
Some of the processing is happening, because it does add the hidden input. But the form is not detected in the dashboard and submitting the form gives a 404. There’s also nothing about forms in the build log.
It seems like when the “Free & Starter” plan was introduced, the “Form detection” was not included in that plan, even tough on the Pricing page it states that it should be available in the free plan. Forms detection started to work when upgraded to the “Pro” plan.