I need help with the survey form project

I’m stuck I watched YouTube videos and I’m not sure why it wont display
here is the code any help would be wonderful.

  <div>
    <form id-"survey-form">
      <label id="name-label">name</label>
      <imput id="name" type="text" placeholder="name">
      <label id="email-label">email</label>
      <imput id="email" type="text" placeholder="email">
        <label id="number-email">number</label>
      <imput id="number" type="text" placeholder="number">
  </form>
        </div>

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 (’).

Display what? Where?
For a start, your form id is missing the “=”.

Hi @j.charles.taylor !

Welcome to the forum!

In addition to the syntax error that @Jagaya pointed out, you misspelled input.

1 Like

Thanks for the help I was doing the survey form in code pen and wondered why it wasn’t working you both were right and it’s working now I really need to improve my spelling.

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