Using Markdown to setup Netlify Form

Fixed my issue by doing the following:

  1. Changing form name attribute to name="contact"
  2. Updating honeypot field to have a value that matches the form name like so
    <input type="hidden" name="form-name" value="contact" />
1 Like