Add Netlify forms to NextJs 14
Jul 22, 2024 · 3 min read · 1. 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></...
Join discussion