I’m working on the Survey Form test and when I ran the tests almost all of the errors involve validation errors not returning properly. I was under the impression that you just needed to set the form input fields to “required” for validation errors to show when input isn’t completed, but this wasn’t covered in the course so I’m unsure how to proceed.
nyone having same issue and sees this thread! figured it out. It’s because I had id set for label as well and not for just input. The error message was not an indicator of this.