#11 of the create survey form project

i just cant seem to find what I am missing.

11. I keep getting this error message even though the same code worked for the email and number part. enter name also shows up on the box

The name input field should have a placeholder attribute : expected false to equal true Assertion Error: The name input field should have a placeholder attribute : expected false to equal true
this is my code:

<input id="name" type=text required
        placeholder="Enter Full name" name="name"><br>

any thoughts?

please post the link to your pen so it is easier to debug


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.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

figured it out, thanks