Form is still not detected my netlify UI

Site name : https://pedantic-bohr-548a11.netlify.app

I have a simple static HTML/Bootstrap portfolio I have built and the contact form is still not being detected by the netlify bots.

The form tag looks like this:

<form name="contact", method="POST", netlify>

And the build log looks like this

I made sure that every input has a unique name attribute too. Any help?

Hi there @thelostprofessor :wave:

Welcome to the Netlify Forums! Sorry you are having trouble getting your forms to work.

This Support Guide is the first port of call to debug any forms issues. Additionally, this Support Guide is our resource for when forms aren’t being recognized. Have you already gone through these and followed the steps? There are also many other Support Guides for forms - you can find them here: #Netlify-support:support-guides.

We also recommend trying to search the forums or look at topics tagged Netlify forms if you haven’t already - it’s likely your question was already asked by someone else!

If you are still having problems, please provide the information such as what you have already tried, a link to your live form, etc. Thanks :netlisparkles:

Remove the commas (,) as they are not valid HTML @thelostprofessor