Netlify Form : Redirecting to 404 page on submt

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>

Hi @vranjan

Have you looked through this support guide?

If you still need assistance, can you share the URL to the live form.