nuxt-community / netlify-files-module

Nuxt 2 module to create new _headers, _redirects and netlify.toml files for Netlify or to use existing ones
MIT License
50 stars 5 forks source link

Form Not Completely Detected on Netlify Build #29

Closed TylerAPfledderer closed 3 years ago

TylerAPfledderer commented 3 years ago

Hello!

I have gone through the steps provided in the README and netlfiy documentation and Netlify currently watches a Github repo to build. Even though the deploy log shows detection of form inputs, the bots appear to not update the form with a hidden input and removal of data-netlify=true from the form element when checking the browser DevTools.


- `"tailwindcss": "^2.1.4"`, `"pug": "^3.0.2"`, and `"pug-plain-loader": "^1.1.0"` are involved in this page on build.
- The build section of the Netlify deploy log: 
![image](https://user-images.githubusercontent.com/65234762/122616666-ca05a880-d058-11eb-8ae4-e81ae7ed7d36.png)

Thank you for any assistance and suggestions!
TylerAPfledderer commented 3 years ago

Closing issue as the problem was resolved using the following article: https://medium.com/@kimbjrkman/adding-netlify-forms-on-your-nuxt-website-20ffba3e5ba8