Home / Companies / Netlify / Blog / Post Details
Content Deep Dive

Accepting form submissions without a server

Blog post from Netlify

Post Details
Company
Date Published
Author
Phil Hawksworth
Word Count
489
Language
English
Hacker News Points
-
Summary

Netlify has introduced a feature called Netlify Forms, which allows users to handle form submissions without adding any additional infrastructure to their site's stack. This feature is enabled by adding a specific attribute to the form element in HTML, and Netlify will automatically create a backend service to collect and process form submissions. The feature supports both client-side rendered forms and JavaScript frameworks, making it a convenient solution for users who want to handle user interactions without introducing extra complexity.