• Resolved Pencho15

    (@pencho15)


    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @pencho15,

    Thanks for reaching out to us.

    I can see that the form is created with our other plugin “MailChimp for WordPress”. The label fields are already added to the form but due to the way our plugin is used we do not add the “for” property ourselves. However, you can do so by going to the “MC4WP > Forms” menu and editing your form.

    Thread Starter Pencho15

    (@pencho15)

    Thanks for the help, I’ll check there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Input labels’ is closed to new replies.