DEV Community

Discussion on: freeCodeCamp Project Done #2: A Survey Form

Collapse
 
chaveamin profile image
chaveamin

add "required" attribute to your form input


<input type="name" id="name" required> 

Enter fullscreen mode Exit fullscreen mode