Overview
Netlify Forms offers a serverless form handling solution by automatically parsing HTML forms during the build process. By adding a `netlify` attribute to HTML forms, Netlify automatically detects and manages form submissions without requiring extra API calls or JavaScript code. It simplifies the integration of forms into static websites. Submissions are managed through a dedicated UI and API endpoints. Users can enable or disable form detection in the Netlify UI. For JavaScript-rendered forms or Server Side Rendering (SSR) frameworks like Next.js, Netlify provides workarounds, such as creating hidden HTML forms to ensure form detection. Netlify Forms supports AJAX submissions and integrates with reCAPTCHA 2 for spam filtering.