Form Submissions in Composable Systems

Third-party form services have existed for years. If you’re already using one, you can probably keep doing what you’re doing.

If you were handling form submissions and notifications manually, you’ll want to either adopt a third-party service or implement your own. Implementing your own typically means having an API route handler that stores the submission in a database (or now) and fires off a notification using either a third-party email service, or by posting to some other communication or notification service you’re already using, like Slack.

©2023 Netlify