This is a Next.js project bootstrapped with create-next-app
. This is an example site for configuring a working contact form with NextJS and Netlify without writing any server-side code. This contact page features a contact form, a confirmation screen upon submission, enhanced spam detection and custom subject field.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the Contact Form page by modifying pages/contact.js
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository.