Survey Form - Build a Survey Form

Tell us what’s happening:
Describe your issue in detail here.
inside the form element you are required to enter your name in an input field that has an id of name and a type of text how?

  **Your code so far**
/* file: index.html */
<h1>title</h1>
<p>description</p>
<form>
survay-form<input id="name" type="text" />
</form>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Survey Form - Build a Survey Form

Link to the challenge:

Hi!
It may be a good idea to review the lessons that are part of the Learn HTML Forms by Building a Registration Form section.

This will cover everything that is required to make a form correctly for this project.

As a clue, the user story says specifically that you are required to enter your name. How do you set an input field as required to fill in?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.