Form inputs missing labels
CríticoForm elements must have associated labels so users know what information to enter.
WCAG 1.3.15 elemento(s) afectado(s)
<input type="text" name="(no name)"><input type="range" name="rating"><input type="checkbox" name="liked"><input type="text" name="hidden"><textarea name="review">
Cómo solucionarlo
Add <label> elements with matching for attributes, or use aria-label.