Popup Error Example 2: label[for] references error message

Features

  • label[for] element is used to label form control.
  • label[for] element is used for error feedback.
  • HTML5 required attribute to identify a form control is required.
  • aria-invalid attribute is used to identify a form control has an invalid value.

Pizza Order Form

Crust
Toppings

HTML Source Code


CSS Source Code


Javascript Source Code