I just finished writing out my HTML for the survey form. Made sure to check off all the user stories as I go and still got a 16/17. Made sure to double-check my work 2-3 more times and still can’t figure out what’s wrong. Could anyone help me see what I’m missing or need to fix to help this project pass? General feedback is welcome also!
When working on projects you have to make sure to read the entire error message.
It provides hints on how to fix the issue.
Here is the error message
Inside the form element, I am presented with a button with id=“submit” to submit all my inputs.
Your button’s type attribute should have a value of “submit” : expected ‘button’ to equal ‘submit’
Thank you for your response and feedback! After going thru my code again after posting, I finally noticed that error and quickly made the change. So silly to know something so simple could throw everything off lol but thanks again for you help!