Dear community,
Netlify site: http://boring-nightingale-ad1ecb.netlify.app/
Stack: VueJS + NuxtJS
Problem: The form (all the way at the bottom), does not send the message and sends the user to a 404 not found netlify page
Form:
<form
name="contact-form"
method="POST"
netlify
>
<input
type="text"
name="message"
placeholder=""
/>
<input type="hidden" name="form-name" value="contact-form" />
<input type="submit" />
</form>
Can someone kindly help me? Is there a problem in the code?
Thank you!