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?