Survey form feedback! and help to improve!

HI! I just finished my third attempt for the survey form. I think it is much better now. For some reason the fork me test from freecodecamp says my id=“name”, “email” and “submit” is missing…but I already checked many times, and they are there!

Any feedbacks are appreciated!

Hello!

The reason why the test suite is giving you an error is because the input needs to be “required”.
If you read the error message it says:

AssertionError: Name input field should be required : expected false to be truthyError

Try adding the ‘required’ attribute to your input elements!
Good luck!

1 Like

Thank you! It worked! but there is one thing that says it is still failing, the submit button…