Netlify forms
See original GitHub issueis there a way to hook up the contact form to netlify? When I try to set the following things on the form the form still tries to make a post request to /contact
which fails with a 404
<form
method="post"
data-netlify="true"
name="contact-form"
>
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Netlify Forms
Gather responses from any form ... Nothing to wire up. Just instant data in your dashboard. On Netlify, any HTML form can instantly...
Read more >Setting Up Netlify Forms: In-Depth Tutorial - Snipcart
Netlify lets you specify a name for your forms and if your site has two or more forms, you should absolutely set this...
Read more >How to Create a Contact Form with Netlify Forms and Next.js
Netlify forms are free to get started. This free tier is limited to 100 form submissions per website per month, so if you...
Read more >Add a Contact Form to a React App with Netlify Forms - SitePoint
Netlify Forms is a feature of Netlify for managing and handling form submissions without having to write any server-side code.
Read more >A Complete Guide to Netlify Forms - Stackbit
Netlify Forms are free to start, but include 100 submissions per site per month as part of the free plan. This should be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
well, i think maybe we can add description in the readme file, so that anyone who use this template and also using netlify could easily replace the default 🤔
@ngehlert Hey, I haven’t tried it with netlify, I will test it out and send you an update.