- What do you use your form for?
A contact page on my website
- Did you run into any issues building or submitting to your form?
They stopped working after enabling the --minify
building option for Hugo site generator. More details here.
- If you ran into issues, how did you solve them? Did you write your own Netlify Function to process form submissions, integrate another form service into your site, or something else?
I solved it by try and error and after @jen mentioning the site generator. My form is as simple as it can be, so the issue appears to be between hugo’s minified result and Netlify form processing.