Using Netlify Forms
It’s normal to have a back-end on your website for your forms to be functional. Say no More! Netlify offers hosting to static websites and serverless technologies, and it comes with super great features including form handling without a back-end. Let’s build a form with Netlify: What you will need: Netlify account GitHub account First off let’s start with a simple html form: Create a new html file and paste the snippet below: ...