• Resolved rsimeon

    (@rsimeon)


    Getting a web accessibility error: “Missing form label
    A form control does not have a corresponding label.”

    What do I have to do?

    Current code is:

    <p><input type="email" name="EMAIL" required placeholder="Email"></p>
        <p><input type="submit" label="submit" value="Subscribe"></p>
Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @rsimeon,

    As you have used a placeholder, you can ignore the warning. However, if you do want to add a label, simply delete the first line of code and then click on the “Email” button above the form code to add the field with a label.

    I hope that answers your query. Let us know if you have any further questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Accessibility Error’ is closed to new replies.