Form inputs missing labels
KrytycznyForm elements must have associated labels so users know what information to enter.
WCAG 1.3.1Dotyczy 15 element(ów)
<input type="text" name="First-Name-2"><input type="text" name="Last-Name-3"><input type="email" name="Email-2"><input type="text" name="Title-2"><input type="text" name="Company-Name-2">
Jak naprawić
Add <label> elements with matching for attributes, or use aria-label.