Survey Form Need help with 2 issues

When I run the Survey Form Test, I am getting 15 out of 17. The 2 problems I am having is

  1. Inside the form element, I am required to enter my name in a field with id=“name”. If I do not enter a name I will see an HTML5 validation error.

  2. For the name, email, and number input fields, I can see placeholder text that gives me a description or instructions for each field.’

Here is the link https://codepen.io/fullflavor/pen/xMPPQK

Thanks in advance.

id=name" You forgot the opening double quotes.

This is probably why test #11 is failing.

Thank you shimphillip. That cleared up both errors.