Add Netlify forms to NextJs 141. add __forms.html to public folder Create a new HTML file. You can name it something descriptive like __forms.html. The structure should look like this: project-root/ └── public/ └── __forms.html ja the code look like this: <html> <head></...Jul 22, 2024·3 min read