Add Netlify forms to NextJs 14
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></...
blog.it-iz.de3 min read