Input labels
-
Hello.
I have Boxzilla installed and it works just fine.
However, I was checking Google’s Lighthouse report in order to get a better performance on my site and in the accesibility section I get this message:
Form elements do not have associated labels
The error is apparently located in my Boxzilla pop-up box as it marks four fields with the missing requirements, all of them are in my box.
There it this example as a failing element:
<input type=”text” name=”NOMBRE” placeholder=”Tu nombre” required=””>
I can see in my source code that the element <label> is in the title, but not on the input, and if I add it manually, the box breaks.
Could this be solved somehow or be considered for future plugin updates?
Thanks.
The page I need help with: [log in to see the link]
- The topic ‘Input labels’ is closed to new replies.