Survey form project help

There are two more checks required to pass this project…
the first is 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.
and second is Inside the form element, I am required to enter an email in a field with id="email". If I do not enter an email I will see an HTML5 validation error.

I think my code is correct i have used input type="email" .

I haven’t wrote any css for this yet

https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/use-html5-to-require-a-field

Have a look back in the curriculum :slight_smile:

5 Likes

@SpaniardDev Thanks for mention
I founded my mistake and corrected

1 Like