User Story #7: Inside the form, I can enter a number in a field with id="number"

Tell us what’s happening:
Hey so I’m confused how to get inside the form because when I submit a name/email the page just says not found.
Your code so far
This is my code in form entry

<form id="survey-form">
  <label for="name" id="name-label">Name:</label>
  <input type="name" id="name" value="name" required>
  <button type="submit">Submit</button>
  <label for="email" id="email-label">Email:</label>
  <input type="email" id="email" value="email" required>
  <button type="submit">Submit</button>
</form>

Your browser information:

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

Challenge: Build a Survey Form

Link to the challenge:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like