Hi team,
I am facing an issue while submitting the form. I have added a form like this in the website build with eleventy. It is redirecting to 404 ( not found ) while submitting the form.
Please help me out with this tried many ways but not working.
<form id="contactForm" name="contact" method="POST" data-netlify="true">
<input type="text" name="name" placeholder="Your name" required="">
<input type="email" name="email" placeholder="Email" required="">
<textarea rows="5" name="message" placeholder="What would you like us to know?" required=""></textarea>
<button type="submit">Send</button>
</form>